Fixed gas limit

pull/5/head
EOS Classic 6 years ago committed by Ikmyeong Na
parent 200ec19835
commit 576b3e8bfd
No known key found for this signature in database
GPG Key ID: EC674310ADADE2CA
  1. 2
      src/views/index.jade

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

Loading…
Cancel
Save