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