Update PyBlock.py

This commit is contained in:
Satoshi Nakamoto 2023-01-12 22:56:39 +01:00 committed by GitHub
parent c2bd19b46f
commit 120ae072e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()