-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: minimum-commission-rate #138
base: minimum-commission-rate-feature
Are you sure you want to change the base?
feat: minimum-commission-rate #138
Conversation
9372d62
to
db28752
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs a 2nd pair of eyes, I'd say
@@ -39,6 +39,16 @@ func (k Keeper) BondDenom(ctx sdk.Context) (res string) { | |||
return | |||
} | |||
|
|||
func (k Keeper) MinCommissionRate(ctx sdk.Context) (res *sdk.Dec) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
min commission not present - test behaviour when not present, when params don't contain that value
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert
No description provided.