From 827337a7d9ab69f83656eb66c7244290650a18be Mon Sep 17 00:00:00 2001 From: mzluckylady6969 <117005118+mzluckylady6969@users.noreply.github.com> Date: Sun, 26 May 2024 15:37:40 -0600 Subject: [PATCH] Update getbalance.sh --- 03CheckBitcoinAddressBalance/getbalance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03CheckBitcoinAddressBalance/getbalance.sh b/03CheckBitcoinAddressBalance/getbalance.sh index eba33211..7a21f666 100644 --- a/03CheckBitcoinAddressBalance/getbalance.sh +++ b/03CheckBitcoinAddressBalance/getbalance.sh @@ -4,4 +4,4 @@ sort -u pubkeyall.json > pubkey.json rm pubkeyall.json sed -i 's/PUBKEY = //g' pubkey.json python3 pubtoaddr.py -python2 bitcoin-checker.py +python3 bitcoin-checker.py