mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
password
This commit is contained in:
parent
506eb41d91
commit
66f16b7541
1 changed files with 2 additions and 5 deletions
|
@ -864,11 +864,8 @@ if __name__ == '__main__':
|
||||||
print h
|
print h
|
||||||
|
|
||||||
elif cmd == 'newaddress':
|
elif cmd == 'newaddress':
|
||||||
a = wallet.get_new_address()
|
s, a = wallet.get_new_address(password)
|
||||||
if a:
|
|
||||||
print a
|
print a
|
||||||
else:
|
|
||||||
print "Maximum gap reached. Increase gap in order to create more addresses."
|
|
||||||
|
|
||||||
elif cmd == 'password':
|
elif cmd == 'password':
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue