diff --git a/lib/commands.py b/lib/commands.py index 302baca5..ccaa038a 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -68,7 +68,7 @@ register_command('freeze', 1, 1, False, True, True, 'Freeze the register_command('getbalance', 0, 1, True, True, False, 'Return the balance of your wallet, or of one account in your wallet', 'getbalance []') register_command('getservers', 0, 0, True, False, False, 'Return the list of available servers') register_command('getversion', 0, 0, False, False, False, 'Return the version of your client', 'getversion') -register_command('getaddressbalance', 1, 1, True, True, False, 'Return the balance of an address', 'getbalance
') +register_command('getaddressbalance', 1, 1, True, True, False, 'Return the balance of an address', 'getaddressbalance
') register_command('getaddresshistory', 1, 1, True, True, False, 'Return the transaction history of a wallet address', 'getaddresshistory
') register_command('getconfig', 1, 1, False, False, False, 'Return a configuration variable', 'getconfig ') register_command('getpubkeys', 1, 1, False, True, False, 'Return the public keys for a wallet address', 'getpubkeys ')