From 42ec55e68eced1337bbacf62bed2f1aa6da7428a Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Wed, 15 Feb 2023 23:01:17 +0530 Subject: [PATCH] fixed approx. fee showing 0 --- index.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index add0712..ea70976 100644 --- a/index.html +++ b/index.html @@ -708,6 +708,9 @@ } }); showPage(window.location.hash) + getExchangeRate().catch(e => { + console.error(e) + }) selectedCurrency = localStorage.getItem('btc-wallet-currency') || 'btc' getRef('currency_selector').value = selectedCurrency getRef('add_sender').click(); @@ -791,11 +794,6 @@ render.queryResult(params.query) } break; - case 'send': - getExchangeRate().catch(e => { - console.error(e) - }) - break; } const animOptions = { duration: 100,