lock period = enactment period
and 1x vote increase corresponds to doubling lock time
1 2 3 4 5 6
1 2 4 8 16 32
For a referendum to be cancelled, there must be a unanimous vote to do so.
likewise
// To cancel a proposal which has been passed, 2/3 of the council must agree to it.
type CancellationOrigin = collective::EnsureProportionAtLeast<_2, _3, AccountId, CouncilCollective>;
lock period = enactment period and 1x vote increase corresponds to doubling lock time
For a referendum to be cancelled, there must be a unanimous vote to do so.
likewise