tezos-commons / baseDAO

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

Consider renaming `rejected_proposal_return_value` #250

Closed pasqu4le closed 3 years ago

pasqu4le commented 3 years ago

Clarification and motivation

We currently have a rejected_proposal_return_value lambda to decide what happens to tokens after a proposal is rejected.

However, the names suggest that the returned value of the function is the amount of tokens to keep, whereas it's actually the amount to slash, so probably rejected_proposal_slash_value would be more appropriate.

Acceptance criteria