Remove extraneous struct member
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 30s Details

This commit is contained in:
Ladd Hoffman 2024-03-27 14:08:09 -05:00
parent a8dcbe7a35
commit 34306e78aa
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ contract Proposals is DAOContract {
struct Referendum {
uint duration;
uint poolIndex;
uint fee;
}