From 88e1481a3ee46c66f6e1d0a3ce2f4ff976593b95 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 3 Aug 2015 12:01:51 -0300 Subject: [PATCH] Hide estimation time if nbBlocks is null --- public/views/preferencesFee.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/views/preferencesFee.html b/public/views/preferencesFee.html index cc9d8c9b6..425164145 100644 --- a/public/views/preferencesFee.html +++ b/public/views/preferencesFee.html @@ -15,7 +15,9 @@
- Average confirmation time: {{fee.nbBlocks * 10}} minutes.
+
+ Average confirmation time: {{fee.nbBlocks * 10}} minutes. +
Current fee rate for this policy: {{fee.feePerKBUnit}}/kiB