Added --accounts-whitelist (#505)

* Added --accounts-whitelist


Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
MadelineMurray 6 years ago committed by GitHub
parent 69dab69529
commit bf4a467952
  1. 15
      docs/Reference/Pantheon-CLI-Syntax.md

@ -13,6 +13,21 @@ Runs the Pantheon Ethereum full node client.
## Options
### accounts-whitelist
```bash tab="Syntax"
--accounts-whitelist[=<hex string of account public key>[,<hex string of account public key>...]...
```
```bash tab="Example"
--accounts-whitelist=[0xfe3b557e8fb62b89f4916b721be55ceb828dbd73, 0x627306090abaB3A6e1400e9345bC60c78a8BEf57]
```
Comma separated account public keys for permissioned transactions. You can specify an empty list.
!!!note
Permissioning is under development and will be available in v1.0.
### banned-nodeids
```bash tab="Syntax"

Loading…
Cancel
Save