diff --git a/views/transaction.pug b/views/transaction.pug index d249d12..35f72d8 100644 --- a/views/transaction.pug +++ b/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