mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
debug
This commit is contained in:
parent
830562476f
commit
97fc05a07e
1 changed files with 3 additions and 2 deletions
|
@ -128,11 +128,12 @@ if mode=="new":
|
|||
|
||||
elif mode=="seed":
|
||||
|
||||
print("# wallet passphrase+ "+walletpassword)
|
||||
print("# wallet passphrase: "+walletpassword)
|
||||
request = ln.InitWalletRequest(
|
||||
wallet_password=walletpassword,
|
||||
cipher_seed_mnemonic=seedwords,
|
||||
recovery_window=1000
|
||||
recovery_window=1000,
|
||||
aezeed_passphrase=seedpassword,
|
||||
)
|
||||
|
||||
if len(seedpassword)>0:
|
||||
|
|
Loading…
Add table
Reference in a new issue