mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-18 13:08:54 +02:00
fix comment word wrap
This commit is contained in:
parent
cb8dbf0755
commit
4cfa23c57b
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ tprint("BlockClock", font="rnd-large")
|
|||
print("Welcome to Python BlockClock\n\n")
|
||||
path = input("Insert the Path to Bitcoin-Cli: ") # path to the bitcoin-cli
|
||||
|
||||
a = input("Do you want to see just Block height? 'Yes', for just Block Height. 'No', for full blockchain data. Y/n: ") # select if block height or just ful\
|
||||
lblockchain information
|
||||
a = input("Do you want to see just Block height? 'Yes', for just Block Height. 'No', for full blockchain data. Y/n: ") # select if block height or just full blockchain information
|
||||
|
||||
custom = input("Do you want random designs? Y/n: ")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue