Skip to content

Commit

Permalink
Should be no comma between <reciever> and <amount> when throwing erro…
Browse files Browse the repository at this point in the history
…r (line 65 run_wallet.py)
  • Loading branch information
Dhyey-Mehta authored May 28, 2021
1 parent b6be737 commit b60886e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
def command_error():
print("Command error, listing available commands")
print()
print('\t> send <receiver>, <amount>')
print('\t> send <receiver> <amount>')
print()
print('\t> balance [optional: address]')
print()
Expand Down

0 comments on commit b60886e

Please sign in to comment.