tezos-commons / baseDAO

BaseDAO - a generic smart contract framework for DAOs on Tezos
57 stars 15 forks source link

Remove set_quorum_threshold #213

Closed pasqu4le closed 3 years ago

pasqu4le commented 3 years ago

Clarification and motivation

The motivation for this issue is specular to #212 but for the quorum threshold.

Here too we also won't need the limits anymore and we can remove them from the contract storage.

Acceptance criteria

The set_quorum_threshold entrypoint is no longer part of the contract.