Browse Source

exchange rate for mempool fees

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
f09e169ca8
  1. 4
      views/mempool-summary.pug

4
views/mempool-summary.pug

@ -29,6 +29,10 @@ block content
tr tr
th(class="table-active properties-header") Total Fees th(class="table-active properties-header") Total Fees
td(class="monospace") #{utils.formatCurrencyAmount(mempoolstats.totalFee, currencyFormatType)} td(class="monospace") #{utils.formatCurrencyAmount(mempoolstats.totalFee, currencyFormatType)}
if (global.exchangeRate)
span
span(data-toggle="tooltip", title=utils.formatExchangedCurrency(mempoolstats.totalFee))
i(class="fas fa-exchange-alt")
h4 Transaction count by fee level h4 Transaction count by fee level

Loading…
Cancel
Save