Skip to content

Commit

Permalink
Update PyBlock.py
Browse files Browse the repository at this point in the history
  • Loading branch information
curly60e authored Nov 29, 2021
1 parent 9b9d8fe commit 98a20d6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions PyBlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -5156,16 +5156,6 @@ def bitcoincoremenuLOCALcontrolO(oreturn):
blogo()
opreturn_view()

def bitcoincoremenuLOCALcontrolOOnchainONLY(oreturn):
if oreturn in ["A", "a"]:
clear()
blogo()
opreturn()
elif oreturn in ["B", "b"]:
clear()
blogo()
opreturn_view()

def miscellaneousLOCALmenu(misce):
while True:
if misce in ["A", "a"]:
Expand Down

0 comments on commit 98a20d6

Please sign in to comment.