mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-23 09:16:57 +02:00
testing response
This commit is contained in:
@@ -7,5 +7,8 @@
|
||||
# - systemd says its running
|
||||
# - TLS.cert was created
|
||||
|
||||
# UI: Ask if user wants NEW wallet or RECOVER a wallet
|
||||
|
||||
|
||||
source lnd/bin/activate
|
||||
python /home/admin/config.scripts/lnd.initwallet.py ahdahdkash
|
||||
python /home/admin/config.scripts/lnd.initwallet.py new ahdahdkash
|
@@ -63,6 +63,8 @@ if mode=="new":
|
||||
request = ln.GenSeedRequest()
|
||||
response = stub.GenSeed(request)
|
||||
print(response)
|
||||
print(len(response.cipher_seed_mnemonic))
|
||||
print(response.cipher_seed_mnemonic[1])
|
||||
|
||||
# TODO: do first https://api.lightning.community/#genseed
|
||||
|
||||
|
Reference in New Issue
Block a user