show no of txpool if not zero only

This commit is contained in:
moneroexamples 2017-06-01 07:22:29 +08:00
parent f5d9f993fd
commit 6e169cb848

View file

@ -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>