Update index.html
This commit is contained in:
parent
008231738e
commit
131ecf5bb4
@ -3044,7 +3044,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',
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user