Closed eloylp closed 1 year ago
Describe the bug
Some validations are not present in init function of the voting contract. Parameters like voting_period_secs, target_approval_rate_bps and total_voters should never be zero.
voting_period_secs
target_approval_rate_bps
total_voters
Completed with https://github.com/eigerco/nebula/pull/92
Describe the bug
Some validations are not present in init function of the voting contract. Parameters like
voting_period_secs
,target_approval_rate_bps
andtotal_voters
should never be zero.