mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
remove print
This commit is contained in:
parent
26d1975a30
commit
5223204666
1 changed files with 0 additions and 2 deletions
|
@ -153,7 +153,6 @@ elif mode=="seed":
|
|||
recovery_window=250,
|
||||
aezeed_passphrase=seedpassword
|
||||
)
|
||||
print("seedwords='"+seedwords+"'")
|
||||
|
||||
try:
|
||||
response = stub.InitWallet(request)
|
||||
|
@ -185,7 +184,6 @@ elif mode=="scb":
|
|||
aezeed_passphrase=seedpassword,
|
||||
channel_backups=scbHexString
|
||||
)
|
||||
print("seedwords='"+seedwords+"'")
|
||||
|
||||
try:
|
||||
response = stub.InitWallet(request)
|
||||
|
|
Loading…
Add table
Reference in a new issue