diff --git a/docs/Reference/Pantheon-CLI-Syntax.md b/docs/Reference/Pantheon-CLI-Syntax.md index 63d0c89515..01fd1ab311 100644 --- a/docs/Reference/Pantheon-CLI-Syntax.md +++ b/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[=[,...]... +``` + +```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"