From 48a739f7140a5c7509637a7c65610f7e6b68b09f Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 21 Dec 2013 18:32:57 +0100 Subject: [PATCH] fix gerversion --- lib/commands.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/commands.py b/lib/commands.py index 0ba76f9..302baca 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -67,7 +67,7 @@ register_command('dumpprivkeys', 0, 0, False, True, True, 'dump all pr register_command('freeze', 1, 1, False, True, True, 'Freeze the funds at one of your wallet\'s addresses', 'freeze
') 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', 1, 1, False, False, False, 'Return the version of your client', 'getversion') +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('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 ') -- 1.7.1