Skip to content

Commit

Permalink
Merge pull request #380 from curly60e/curly60e-patch-209
Browse files Browse the repository at this point in the history
v1.1.4
  • Loading branch information
curly60e authored Nov 29, 2021
2 parents e850f72 + 98a20d6 commit 2ce7347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions PyBlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from robohash import Robohash


version = "1.1.3"
version = "1.1.4"

def close():
print("<<< Back Control + C.\n\n")
Expand Down Expand Up @@ -785,7 +785,6 @@ def bitcoincoremenuLOCALOnchainONLY():
\u001b[38;5;202mH.\033[0;37;40m Miscellaneous
\u001b[38;5;202mI.\033[0;37;40m ColdCore
\u001b[38;5;202mJ.\033[0;37;40m Whitepaper
\u001b[38;5;202mO.\033[0;37;40m OP_RETURN
\u001b[38;5;202mW.\033[0;37;40m Wallet
\u001b[38;5;202mZ.\033[0;37;40m Stats
\u001b[38;5;202mU.\033[0;37;40m Unconfirmed Txs
Expand Down Expand Up @@ -5134,8 +5133,6 @@ def bitcoincoremenuLOCALcontrolAOnchainONLY(bcore):
callColdCore()
elif bcore in ["J", "j"]:
pdfconvert()
elif bcore in ["O", "o"]:
bitcoincoremenuLOCALOPRETURN()
elif bcore in ["W", "w"]:
walletmenuLOCALOnchainONLY()
elif bcore in ["Z", "z"]:
Expand Down
2 changes: 1 addition & 1 deletion ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1.1.3"}
{"version":"1.1.4"}

0 comments on commit 2ce7347

Please sign in to comment.