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