From 301ba9d004bf0d8814bc11ef578fa1089f3b20b3 Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Fri, 18 Mar 2022 21:25:10 +0100 Subject: [PATCH] Update donation.py --- pybitblock/SPV/donation.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pybitblock/SPV/donation.py b/pybitblock/SPV/donation.py index d5765c4..e255bb2 100644 --- a/pybitblock/SPV/donation.py +++ b/pybitblock/SPV/donation.py @@ -1,5 +1,6 @@ #Developer: Curly60e -#PyBLOCK its a clock of the Bitcoin blockchain. +#Tester: __B__T__C__ +#ℙ𝕪𝔹𝕃𝕆ℂ𝕂 𝕚𝕥𝕤 𝕒 𝔹𝕚𝕥𝕔𝕠𝕚𝕟 𝔻𝕒𝕤𝕙𝕓𝕠𝕒𝕣𝕕 𝕨𝕚𝕥𝕙 ℂ𝕪𝕡𝕙𝕖𝕣𝕡𝕦𝕟𝕜 𝕒𝕖𝕤𝕥𝕙𝕖𝕥𝕚𝕔. import requests @@ -113,7 +114,7 @@ def donationLNTst(): lnbc1W = lnbc1R[1] ln = str(lnbc1W) ln1 = ln.strip('"') - node_not = input("Do you want to pay this tip with your node? Y/n: ") + node_not = input("Do you have Node? Y/n: ") if node_not in ["Y", "y"]: lndconnectload = {"ip_port":"", "tls":"", "macaroon":"", "ln":""} lndconnectData = pickle.load(open("blndconnect.conf", "rb")) # Load the file 'bclock.conf'