mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
show no of txpool if not zero only
This commit is contained in:
parent
f5d9f993fd
commit
6e169cb848
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
||||||
<div class="center info" style="text-align: center;width:80%;color:#949490">
|
<div class="center info" style="text-align: center;width:80%;color:#949490">
|
||||||
|
|
||||||
<p>Mempool data preparation for the front page failed.
|
<p>Mempool data preparation for the front page failed.
|
||||||
Its processing {{#network_info}}({{tx_pool_size}} txs){{/network_info}}
|
Its processing
|
||||||
|
{{#network_info}}{{#tx_pool_size}}({{tx_pool_size}} txs){{/tx_pool_size}}{{/network_info}}
|
||||||
took longer than expected and it timed out.
|
took longer than expected and it timed out.
|
||||||
To view mempool without time constrain,
|
To view mempool without time constrain,
|
||||||
go to dedicated mempool page: <a href="/mempool">memory pool</a>
|
go to dedicated mempool page: <a href="/mempool">memory pool</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue