mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 11:37:19 +02:00
fix var
This commit is contained in:
@@ -63,8 +63,8 @@ if mode=="new":
|
|||||||
request = ln.GenSeedRequest()
|
request = ln.GenSeedRequest()
|
||||||
response = stub.GenSeed(request)
|
response = stub.GenSeed(request)
|
||||||
print(response)
|
print(response)
|
||||||
print(len(cipher_seed_mnemonic))
|
|
||||||
seedwords = response.cipher_seed_mnemonic
|
seedwords = response.cipher_seed_mnemonic
|
||||||
|
print(len(seedwords))
|
||||||
|
|
||||||
# TODO: do first https://api.lightning.community/#genseed
|
# TODO: do first https://api.lightning.community/#genseed
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user