diff --git a/pybitblock/PyBlock.py b/pybitblock/PyBlock.py index 5a708c3..fbe1ff5 100644 --- a/pybitblock/PyBlock.py +++ b/pybitblock/PyBlock.py @@ -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():