diff --git a/run_wallet.py b/run_wallet.py index 9043bc3..66800fb 100644 --- a/run_wallet.py +++ b/run_wallet.py @@ -62,7 +62,7 @@ def command_error(): print("Command error, listing available commands") print() - print('\t> send , ') + print('\t> send ') print() print('\t> balance [optional: address]') print()