From e587e3ac9812a7581111449da030c7013df04497 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Mon, 25 Sep 2023 03:22:48 +0530 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 73d3ed2..e6276d8 100644 --- a/index.html +++ b/index.html @@ -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', })