Change Gas Price to show Ether/Gwei instead of Wei/Gwei

pull/206/head
Tim Mecklem 7 years ago
parent a0cdf8ea69
commit 55f3d8a699
  1. 2
      apps/explorer_web/lib/explorer_web/templates/transaction/overview.html.eex

@ -124,7 +124,7 @@
<%= gettext "Gas Price" %>
</th>
<td title="<%= last_seen %>">
<%= gas_price(@transaction, :wei) %>
<%= gas_price(@transaction, :ether) %>
(<%= gas_price(@transaction, :gwei) %>)
</td>
</tr>

Loading…
Cancel
Save