fix wallet_create single_key argument
This commit is contained in:
parent
1d5333c737
commit
dc72a1e58d
1 changed files with 1 additions and 1 deletions
|
@ -1071,7 +1071,7 @@ class Daemon(metaclass=JSONRPCServerType):
|
|||
|
||||
Usage:
|
||||
wallet_create (<wallet_id> | --wallet_id=<wallet_id>) [--skip_on_startup]
|
||||
[--create_account] [--single_key_account]
|
||||
[--create_account] [--single_key]
|
||||
|
||||
Options:
|
||||
--wallet_id=<wallet_id> : (str) wallet file name
|
||||
|
|
Loading…
Reference in a new issue