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

removed unused keyword "contract" from testinvoke in help output #22

Merged
merged 1 commit into from
Oct 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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