Fixed gas limit

This commit is contained in:
EOS Classic 2018-09-16 03:24:55 +09:00
parent 94c9fa6bc8
commit 9f7e077c31
No known key found for this signature in database
GPG Key ID: 0D626A44301D8C5E
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ block content
div.gasprice.text-info
i.icon-gasprice
span.small-title gas limit
span.small-value {{ bestStats.block.gasLimit }} gas
span.small-value {{ bestStats.block.gasLimit | number }} gas
div.col-xs-6.col-sm-6.col-md-6.col-lg-2.stat-holder.box
div.page-latency(class="{{ {active: true, latency: latency} | latencyClass }}")
i.icon-clock