diff --git a/pybitblock/PyBlock.py b/pybitblock/PyBlock.py index 0d5bf57..523bd78 100644 --- a/pybitblock/PyBlock.py +++ b/pybitblock/PyBlock.py @@ -6779,7 +6779,7 @@ def fullbtclnd(): path['rpcuser'] = input("RPC User: ") path['rpcpass'] = input("RPC Password: ") print("\n\tLocal Bitcoin Core Node connection.\n") - path['bitcoincli']= input("Insert the Path to Bitcoin-Cli. Normally you just need to type 𝐛𝐢𝐭𝐜𝐨𝐢𝐧-𝐜𝐥𝐢: ") + path['bitcoincli']= input("Insert the Path to Bitcoin-Cli. Normally you just need to type 𝙗𝙞𝙩𝙘𝙤𝙞𝙣-𝙘𝙡𝙞: ") pickle.dump(path, open("config/bclock.conf", "wb")) if os.path.isfile('config/blndconnect.conf'): # Check if the file 'bclock.conf' is in the same folder @@ -6800,7 +6800,7 @@ def fullbtclnd(): lndconnectload["tls"] = input("Insert the path to tls.cert file: ") lndconnectload["macaroon"] = input("Insert the path to admin.macaroon: ") print("\n\tLocal Lightning Node connection.\n") - lndconnectload["ln"] = input("Insert the Path to Lncli. Normally you just need to type 𝐥𝐧𝐜𝐥𝐢: ") + 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' menuSelection() @@ -6813,7 +6813,9 @@ def introINIT(): blogo() #sysinfo() print("""\t\t - Connect PyBLØCK to your Nodes or Run the Cropped option. + Welcome 𝓒𝔂𝓹𝓱𝓮𝓻𝓹𝓾𝓷𝓴. + + Connect 𝗣𝘆𝗕𝗟Ø𝗖𝗞 to your Nodes or Run the Cropped option. \u001b[31;1mA.\033[0;37;40m 𝗣𝘆𝗕𝗟Ø𝗖𝗞 (Bitcoin & Lightning)