mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
add mempool reffresh time to mempool.html
This commit is contained in:
parent
888e81de93
commit
6b286063fb
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<h2 style="margin-bottom: 0px">
|
<h2 style="margin-bottom: 0px">
|
||||||
Memory pool
|
Memory pool
|
||||||
</h2>
|
</h2>
|
||||||
<h4 style="font-size: 14px; margin-top: 0px">(no of txs: {{mempool_size}}; size: {{mempool_size_kB}} kB; refreshed every {{ mempool_refresh_time }} seconds)</h4>
|
<h4 style="font-size: 14px; margin-top: 0px">(no of txs: {{mempool_size}}, size: {{mempool_size_kB}} kB, updated every {{ mempool_refresh_time }} seconds)</h4>
|
||||||
<div class="center">
|
<div class="center">
|
||||||
|
|
||||||
<table class="center" style="width:80%">
|
<table class="center" style="width:80%">
|
||||||
|
|
Loading…
Reference in a new issue