Update PyBlock.py

This commit is contained in:
Satoshi Nakamoto 2024-02-06 01:32:44 +01:00 committed by GitHub
parent 881f944db5
commit 97bb9cbc4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7514,7 +7514,7 @@ def fullbtclnd():
lndconnectload["ln"] = input("Insert the Path to Lncli. Normally you just need to type 𝙡𝙣𝙘𝙡𝙞: ")
pickle.dump(lndconnectload, open("config/blndconnect.conf", "wb")) # Save the file 'bclock.conf'
if yesno in ["NO", "no", "nO", "No"]:
menuSelection()
fullbtc()
def introINIT():