diff --git a/index.html b/index.html index 38e1489..2e04a14 100644 --- a/index.html +++ b/index.html @@ -3055,7 +3055,7 @@ description: html`Check details about your smart contract here.
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)