From 1f50a8acd7c539ba81c8ca21fc4006fc3af56581 Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Mon, 22 Apr 2024 12:46:36 -0500 Subject: [PATCH] remove completed TODO --- frontend/src/components/Proposals.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/Proposals.jsx b/frontend/src/components/Proposals.jsx index d29fcfd..7a1692d 100644 --- a/frontend/src/components/Proposals.jsx +++ b/frontend/src/components/Proposals.jsx @@ -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,