mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
restore 'help' command for the python console
This commit is contained in:
parent
aafcb352bc
commit
40281a3193
1 changed files with 5 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue