Browse Source

text tweak

master
Dan Janosik 5 years ago
parent
commit
1842a83250
No known key found for this signature in database GPG Key ID: C6F8CE9FFDB2CED2
  1. 2
      views/includes/block-content.pug

2
views/includes/block-content.pug

@ -214,7 +214,7 @@ div.tab-content
if (result.blockstats)
div.row
div.summary-split-table-label
span.border-dotted(title="These are the min and max fees for individual transactions included in this block.", data-toggle="tooltip") Min, Max Total
span.border-dotted(title="These are the min and max fees for individual transactions included in this block.", data-toggle="tooltip") Min, Max Fee
div.summary-split-table-content.text-monospace
- var currencyValue = new Decimal(result.blockstats.minfee).dividedBy(coinConfig.baseCurrencyUnit.multiplier);
include ./value-display.pug

Loading…
Cancel
Save