From 0556d10c434ff7f1000d3afdc1fea063c676626d Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Wed, 27 May 2020 17:08:30 -0400 Subject: [PATCH] Armor for softening #208 Not sure about root cause yet tho --- views/includes/index-network-summary.pug | 31 ++++++++++++------------ 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/views/includes/index-network-summary.pug b/views/includes/index-network-summary.pug index 02e9327..5cf5e73 100644 --- a/views/includes/index-network-summary.pug +++ b/views/includes/index-network-summary.pug @@ -63,21 +63,22 @@ div.row.index-summary span(class=colorClass) #{mempoolInfo.size.toLocaleString()} - tr - th.px-2.px-lg-0.px-xl-2 - i.fas.fa-bullseye.mr-1.summary-icon - span.border-dotted(title="Current fee estimates (using 'estimatesmartfee') for getting a transaction included in 1 block, 6 blocks (1 hr), 144 blocks (1 day), or 1,008 blocks (1 week).", data-toggle="tooltip") Fee Targets - if (false) - small.ml-1 (1/h/d/w) - td.text-right.text-monospace #{smartFeeEstimates[1]} - small.d-md-none - small.text-muted / - span #{smartFeeEstimates[6]} - small.text-muted / - span #{smartFeeEstimates[144]} - small.text-muted / - span #{smartFeeEstimates[1008]} - small sat/vB + if (smartFeeEstimates) + tr + th.px-2.px-lg-0.px-xl-2 + i.fas.fa-bullseye.mr-1.summary-icon + span.border-dotted(title="Current fee estimates (using 'estimatesmartfee') for getting a transaction included in 1 block, 6 blocks (1 hr), 144 blocks (1 day), or 1,008 blocks (1 week).", data-toggle="tooltip") Fee Targets + if (false) + small.ml-1 (1/h/d/w) + td.text-right.text-monospace #{smartFeeEstimates[1]} + small.d-md-none + small.text-muted / + span #{smartFeeEstimates[6]} + small.text-muted / + span #{smartFeeEstimates[144]} + small.text-muted / + span #{smartFeeEstimates[1008]} + small sat/vB tr th.px-2.px-lg-0.px-xl-2