From 120ae072e85ccf933fbc071499b2200e458093eb Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Thu, 12 Jan 2023 22:56:39 +0100 Subject: [PATCH] Update PyBlock.py --- pybitblock/PyBlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybitblock/PyBlock.py b/pybitblock/PyBlock.py index 6e2c233..2c05a28 100644 --- a/pybitblock/PyBlock.py +++ b/pybitblock/PyBlock.py @@ -679,7 +679,7 @@ def inffmenu(): # print(output) responseC = input("Bitcoin Address: ") bitcoincli = " getaddressinfo" - os.system(path['bitcoincli'] + bitcoincli) + os.system(path['bitcoincli'] + bitcoincli + f"{responseC}") input("\a\nContinue...") except: walletmenuLOCALOnchainONLY()