From 15eacc1dba26f0bc2758c78f718c9d637169c140 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Tue, 26 Jul 2022 17:27:24 +0530 Subject: [PATCH] minor UX improvements --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index 5075852..0cab694 100644 --- a/index.html +++ b/index.html @@ -1340,6 +1340,12 @@ console.log(result); getRef('txid').value = result.txid; openPopup('txid_popup'); + getRef('send_tx').reset() + getExchangeRate().then(() => { + calculateFee() + }).catch(e => { + console.error(e) + }) }).catch(error => { notify(`Error sending transaction \n ${error}`, 'error'); }).finally(_ => {