We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Avoid panic when pass amount zero to SendCoinsFromModuleToModule in
SendCoinsFromModuleToModule
No response
Try to use method IsValid of sdk.Coins
IsValid
sdk.Coins
The text was updated successfully, but these errors were encountered:
Can ignore https://github.com/titantkx/titan/blob/develop/x/validatorreward/keeper/distribute.go coz rewardAmount init by NewCoins that already have sanitizeCoins check (remove zero coins)
rewardAmount
NewCoins
sanitizeCoins
Sorry, something went wrong.
feature: Fixes #86 Avoid panic in ibc begin/end block (FundCommunityP…
c4e6333
…oolFromModule)
7b800b9
InnerPeace080
Successfully merging a pull request may close this issue.
Summary
Avoid panic when pass amount zero to
SendCoinsFromModuleToModule
inIssue Definition
No response
Proposed Feature
Try to use method
IsValid
ofsdk.Coins
The text was updated successfully, but these errors were encountered: