tezos-commons / baseDAO

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

Remove `set_fixed_fee_in_token` #211

Closed pasqu4le closed 3 years ago

pasqu4le commented 3 years ago

Clarification and motivation

The fixed_fee_in_token can be set at origination and we don't want the admin to be able to change it after that (which he can currently do).

As such we should remove the set_fixed_fee_in_token entrypoint.

Acceptance criteria

The set_fixed_fee_in_token entrypoint is no longer part of the contract.