minor UX improvements

This commit is contained in:
sairaj mote 2022-07-26 17:27:24 +05:30
parent 834b31fa65
commit 15eacc1dba

View File

@ -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(_ => {