Closed pasqu4le closed 3 years ago
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).
fixed_fee_in_token
admin
As such we should remove the set_fixed_fee_in_token entrypoint.
set_fixed_fee_in_token
The set_fixed_fee_in_token entrypoint is no longer part of the contract.
Clarification and motivation
The
fixed_fee_in_token
can be set at origination and we don't want theadmin
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.