From 34306e78aa6be851a366486f4849d6b818506454 Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Wed, 27 Mar 2024 14:08:09 -0500 Subject: [PATCH] Remove extraneous struct member --- ethereum/contracts/Proposal.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/ethereum/contracts/Proposal.sol b/ethereum/contracts/Proposal.sol index 108028f..65ca0a2 100644 --- a/ethereum/contracts/Proposal.sol +++ b/ethereum/contracts/Proposal.sol @@ -21,7 +21,6 @@ contract Proposals is DAOContract { struct Referendum { uint duration; - uint poolIndex; uint fee; }