diff --git a/lib/commands.py b/lib/commands.py index 00f60b53d..da6c4baee 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -95,11 +95,12 @@ register_command('signmessage', 2,-1, False, True, True, 'Sign a mess register_command('unfreeze', 1, 1, False, True, False, 'Unfreeze the funds at one of your wallet\'s address', 'unfreeze
') register_command('validateaddress', 1, 1, False, False, False, 'Check that the address is valid', 'validateaddress ') register_command('verifymessage', 3,-1, False, False, False, 'Verifies a signature', verifymessage_syntax) -register_command('encrypt', 2,-1, False, False, False, 'encrypt a message with pubkey') -register_command('decrypt', 2,-1, False, False, False, 'decrypt a message with privkey') +register_command('encrypt', 2,-1, False, False, False, 'encrypt a message with pubkey','encrypt