docopt fix
This commit is contained in:
parent
ab384f1c91
commit
9bb03757ec
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ at anytime.
|
|||
*
|
||||
|
||||
### Fixed
|
||||
*
|
||||
* Fixed `transaction_list` doc string
|
||||
*
|
||||
|
||||
### Deprecated
|
||||
|
|
|
@ -2108,7 +2108,7 @@ class Daemon(AuthJSONRPCServer):
|
|||
transaction_list [-t]
|
||||
|
||||
Options:
|
||||
-t : Include claim tip information
|
||||
-t : Include claim tip information
|
||||
|
||||
Returns:
|
||||
(list) List of transactions, where is_tip is null by default,
|
||||
|
|
Loading…
Reference in a new issue