Update index.html

This commit is contained in:
sairaj mote 2023-09-25 03:22:48 +05:30
parent b3ce434325
commit e587e3ac98

View File

@ -3045,7 +3045,7 @@
}).then((res) => {
if (!res) return
buttonLoader('trigger_contract_button', true)
floBlockchainAPI.writeData(contractAddress, floData, triggerPrivateKey, contractAddress).then((txid) => {
floBlockchainAPI.writeData(triggerAddress, floData, triggerPrivateKey, contractAddress).then((txid) => {
showTransactionResult(true, txid, {
title: 'Contract trigger initiated',
})