mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-13 12:33:15 +02:00
Update PyBlock.py
This commit is contained in:
parent
eba75bea37
commit
f629d4e858
1 changed files with 5 additions and 1 deletions
|
|
@ -5751,7 +5751,11 @@ def runTheNumbersControl(menuNumbers):
|
|||
elif menuNumbers in ["D", "d"]:
|
||||
clear()
|
||||
blogo()
|
||||
blockTmpConn()
|
||||
blockTmpConn()
|
||||
elif menuNumbers in ["E", "e"]:
|
||||
clear()
|
||||
blogo()
|
||||
epoch()
|
||||
|
||||
def runTheNumbersControlOnchainONLY(menuNumbers):
|
||||
if menuNumbers in ["A", "a"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue