This commit is contained in:
lza_menace 2020-08-05 23:02:37 -07:00
parent 95b8405686
commit 44c0c6c4d1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ all_commands = {
'withdraw': {
'func': withdraw,
'example': '/withdraw <address> <amount>',
'help': 'Send Wownero to a specified Wownero address'
'help': 'Withdraw Wownero to a specified Wownero address'
},
'balance': {
'func': balance,