remove completed TODO
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 31s Details

This commit is contained in:
Ladd Hoffman 2024-04-22 12:46:36 -05:00
parent 70d5d84d0d
commit 1f50a8acd7
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ function Proposals() {
const onSubmitProposal = useCallback(async (post) => {
const web3 = new Web3(provider);
const emptyCallbackData = web3.eth.abi.encodeParameter('bytes', '0x00');
// TODO: Make referenda durations configurable
await proposalsContract.current.methods.propose(
post.hash,
account,