linting
This commit is contained in:
parent
fa5f3e7e55
commit
0cb37a5c4b
1 changed files with 2 additions and 1 deletions
|
@ -1414,7 +1414,8 @@ class Daemon(metaclass=JSONRPCServerType):
|
|||
Wallet must be unlocked to perform this operation.
|
||||
|
||||
Usage:
|
||||
wallet_import (<data> | --data=<data>) [<password> | --password=<password>] [--wallet_id=<wallet_id>] [--blocking]
|
||||
wallet_import (<data> | --data=<data>) [<password> | --password=<password>]
|
||||
[--wallet_id=<wallet_id>] [--blocking]
|
||||
|
||||
Options:
|
||||
--data=<data> : (str) incoming wallet data
|
||||
|
|
Loading…
Reference in a new issue