Browse Source

use template

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

8
views/mempool-summary.pug

@ -23,11 +23,9 @@ block content
span(class="text-muted") (virtual size: #{utils.formatBytes(getmempoolinfo.bytes)})
tr
th(class="table-active properties-header") Total Fees
td(class="monospace") #{utils.formatCurrencyAmount(mempoolstats["totalFees"], currencyFormatType)}
if (global.exchangeRate)
span
span(data-toggle="tooltip", title=utils.formatExchangedCurrency(mempoolstats["totalFees"]))
i(class="fas fa-exchange-alt")
td(class="monospace")
- var currencyValue = mempoolstats["totalFees"];
include includes/value-display.pug
if (getmempoolinfo.size > 0)
tr

Loading…
Cancel
Save