Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
removed unused keyword "contract" from testinvoke in help output
Browse files Browse the repository at this point in the history
  • Loading branch information
hal0x2328 committed Oct 5, 2017
1 parent a1d185a commit 8b630ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class PromptInterface(object):
'wallet {verbose}',
'wallet rebuild {start block}',
'send {assetId or name} {address} {amount}',
'testinvoke contract {contract hash} {params}',
'testinvoke {contract hash} {params}',
'invoke',
'cancel',
]
Expand Down

0 comments on commit 8b630ac

Please sign in to comment.