This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Add a maximum value for trait MultiplierUpdate
#12240
Labels
J0-enhancement
An additional feature request.
Z1-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder
Z6-mentor
An easy task where a mentor is available. Please indicate in the issue who the mentor could be.
... and enforce it in all implementations, including the one being added in #12222
Outcome should be:
This would help implementations ensure that even if the fees should increase forever, they will not go above a certain threshold.
This remains backwards compatible by setting the maximum to
Bounded::max_value()
.The text was updated successfully, but these errors were encountered: