fixup, include empty citations
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 40s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 40s
Details
This commit is contained in:
parent
4e0f00ff2a
commit
1d7683ff75
|
@ -116,7 +116,7 @@ function WorkRequests({
|
|||
}, [workContract, account, priceWei]);
|
||||
|
||||
const onSubmitEvidence = useCallback(async ({ hash }) => {
|
||||
await workContract.methods.submitWorkEvidence(currentRequestId, hash).send({
|
||||
await workContract.methods.submitWorkEvidence(currentRequestId, hash, []).send({
|
||||
from: account,
|
||||
gas: 1000000,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue