Update index.html
This commit is contained in:
parent
008231738e
commit
131ecf5bb4
@ -3044,7 +3044,7 @@
|
|||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
if (!res) return
|
if (!res) return
|
||||||
buttonLoader('trigger_contract_button', true)
|
buttonLoader('trigger_contract_button', true)
|
||||||
floBlockchainAPI.writeData(contractAddress, floData, triggerPrivateKey, contractAddress).then((txid) => {
|
floBlockchainAPI.writeData(triggerAddress, floData, triggerPrivateKey, contractAddress).then((txid) => {
|
||||||
showTransactionResult(true, txid, {
|
showTransactionResult(true, txid, {
|
||||||
title: 'Contract trigger initiated',
|
title: 'Contract trigger initiated',
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user