add mempool reffresh time to mempool.html

This commit is contained in:
moneroexamples 2017-08-23 08:02:37 +08:00
parent 888e81de93
commit 6b286063fb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<h2 style="margin-bottom: 0px">
Memory pool
</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">
<table class="center" style="width:80%">