Browse Source

minor style tweak

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
7bd1d8cb66
  1. 1
      views/transaction.pug

1
views/transaction.pug

@ -144,6 +144,7 @@ block content
- var currencyValue = new Decimal(totalInputValue).minus(totalOutputValue);
include includes/value-display.pug
br
span(class="text-muted") (#{utils.formatCurrencyAmount(totalInputValue, currencyFormatType)} - #{utils.formatCurrencyAmount(totalOutputValue, currencyFormatType)})
br
span ~#{utils.addThousandsSeparators(new DecimalRounded(totalInputValue).minus(totalOutputValue).dividedBy(result.getrawtransaction.size).times(100000000))} sat/B

Loading…
Cancel
Save