mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-20 13:28:10 +02:00
Update PyBlock.py
This commit is contained in:
parent
c2bd19b46f
commit
120ae072e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue