diff --git a/views/mempool-summary.pug b/views/mempool-summary.pug index 7775fb7..229a28e 100644 --- a/views/mempool-summary.pug +++ b/views/mempool-summary.pug @@ -29,6 +29,10 @@ block content tr th(class="table-active properties-header") Total Fees 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