mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 08:29:16 +00:00
Show 10 blocks on bitcoin page (was 5)
This commit is contained in:
parent
c5f0b02071
commit
b8c437d937
|
@ -57,7 +57,7 @@ def bitcoind_status_page():
|
|||
block["size"] = int(b["size"] / 1000)
|
||||
blocks.append(block)
|
||||
blocks.reverse()
|
||||
blocks = blocks[:5] # Take top 5
|
||||
#blocks = blocks[:5] # Take top 5
|
||||
|
||||
# Peers
|
||||
peers = []
|
||||
|
|
Loading…
Reference in New Issue
Block a user