-
Notifications
You must be signed in to change notification settings - Fork 59
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
[Chore] Cleanup with more lint rules #338
Conversation
ea5f3b3
to
e482b42
Compare
x/bank/keeper/keeper.go
Outdated
@@ -71,7 +70,7 @@ func (k WrappedBankKeeper) BurnCoins(ctx sdk.Context, moduleName string, amt sdk | |||
} | |||
|
|||
// Instead of burning coins, we send them to the community pool. | |||
k.SendCoinsFromModuleToModule(ctx, moduleName, distrtypes.ModuleName, amt) | |||
_ = k.SendCoinsFromModuleToModule(ctx, moduleName, distrtypes.ModuleName, amt) |
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.
Should return error?
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.
updated
yoda/executor/rest_test.go
Outdated
@@ -86,7 +86,7 @@ func TestExecuteResponseNotOk(t *testing.T) { | |||
} | |||
|
|||
func TestExecuteFail(t *testing.T) { | |||
testServer := creatExecuteFailSenarioServer() | |||
testServer := createExecuteFailSenarioServer() |
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.
Scenario
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.
updated
Implementation details
Please ensure the following requirements are met before submitting a pull request:
CHANGELOG_UNRELEASED.md
Files changed
tab in the Github PR explorer)