Bug fixes

This commit is contained in:
sairaj mote 2023-04-29 20:30:43 +05:30
parent 653c5a91c2
commit 4a2493b5f5

View File

@ -3055,7 +3055,7 @@
description: html`Check details about your smart contract <a href=${`https://ranchimall.github.io/floscout/#/contract/${contractName}-${creatorAddress}`} target="_blank" rel="noopener noreferrer">here</a>.
<br> It may take some time for the smart contract to be created.`
})
getRef('smart_contract_form').reset()
getRef('smart_contract_creation_form').reset()
document.getElementById('create_contract_button').disabled = true
}).catch((error) => {
showTransactionResult(false, error)