diff --git a/lib/commands.py b/lib/commands.py index ea65d65b9..9294e67db 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -614,6 +614,11 @@ class Commands: self.network.send([('blockchain.address.subscribe', [address])], callback) return True + @command('') + def help(self): + # for the python console + return sorted(known_commands.keys()) + param_descriptions = { 'privkey': 'Private key. Type \'?\' to get a prompt.', 'destination': 'Bitcoin address, contact or alias',