mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
print created address in terminal, as in previous versions
This commit is contained in:
parent
1f1693d29b
commit
c9a7c58323
1 changed files with 1 additions and 0 deletions
|
@ -302,6 +302,7 @@ class Wallet:
|
|||
address = self.get_new_address( account, for_change, n)
|
||||
self.accounts[account][for_change].append(address)
|
||||
self.history[address] = []
|
||||
print_msg(address)
|
||||
return address
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue