mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-26 23:13:25 +00:00
display list of addresses when offline
This commit is contained in:
parent
782cd5ea66
commit
3859b067fd
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ if __name__ == '__main__':
|
|||
cmd = 'help'
|
||||
|
||||
# open session
|
||||
if cmd not in ['password', 'mktx', 'history', 'label', 'contacts', 'help', 'validateaddress', 'signmessage', 'verifymessage', 'eval', 'create']:
|
||||
if cmd not in ['password', 'mktx', 'history', 'label', 'contacts', 'help', 'validateaddress', 'signmessage', 'verifymessage', 'eval', 'create', 'addresses']:
|
||||
interface.start_session(wallet)
|
||||
interface.update_wallet(wallet)
|
||||
wallet.save()
|
||||
|
|
Loading…
Add table
Reference in a new issue