From d73aafaae0cef5337063a2bd7451598bd9cc1056 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Tue, 25 Apr 2023 03:26:58 +0530 Subject: [PATCH] Bug fixes --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 79beffe..91f5c91 100644 --- a/index.html +++ b/index.html @@ -2702,6 +2702,7 @@ floBlockchainAPI.sendTx(participantAddress, contractAddress, floGlobals.sendAmt, participantPrivateKey, floData).then(txid => { showTransactionResult(true, txid) getRef('smart_contract_participate_form').reset() + document.getElementById('participate_button').disabled = true }).catch(error => { showTransactionResult(false, error) }).finally(() => { @@ -2735,6 +2736,7 @@ floBlockchainAPI.writeData(oracleAddress, floData, oraclePrivateKey, contractAddress).then((txid) => { showTransactionResult(true, txid) getRef('smart_contract_update_form').reset() + document.getElementById('update_price_button').disabled = true }).catch((error) => { showTransactionResult(false, error) }).finally(() => {