Skip to content

Commit

Permalink
update contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
jordipainan committed Sep 18, 2023
1 parent 0d4cb3b commit 6c59974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contracts/src/VocdoniVoting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ contract VocdoniVoting is IVocdoniVoting, PluginUUPSUpgradeable, VocdoniProposal
}

/// @notice A container for the proposal parameters.
/// @param censusBlock The block number used to generate the census of the proposal
/// @param censusBlock The block numbers used to generate the census of the proposal
/// @param securityBlock Block number used for limiting contract usage when plugin settings are updated
/// @param startDate The timestamp when the proposal starts.
/// @param endDate The timestamp when the proposal ends. At this point the tally can be set.
/// @param expirationDate The timestamp when the proposal expires. Proposal can't be executed after.
struct ProposalParameters {
uint64 censusBlock;
uint64[] censusBlock;
uint64 securityBlock;
uint64 startDate;
uint64 endDate;
Expand Down

0 comments on commit 6c59974

Please sign in to comment.