Merge PR #4908: Various goreport fixes

This commit is contained in:
colin axner
2019-08-15 09:54:10 -04:00
committed by Alexander Bezobchuk
parent 70ba07191d
commit 3eac2707b2
7 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ func TestRedact(t *testing.T) {
func TestABCIInfoSerializeErr(t *testing.T) {
var (
// Create errors with stacktrace for equal comparision.
// Create errors with stacktrace for equal comparison.
myErrDecode = Wrap(ErrTxDecode, "test")
myErrAddr = Wrap(ErrInvalidAddress, "tester")
myPanic = ErrPanic
+1 -1
View File
@@ -338,4 +338,4 @@ func (m *Manager) EndBlock(ctx sdk.Context, req abci.RequestEndBlock) abci.Respo
ValidatorUpdates: validatorUpdates,
Events: ctx.EventManager().ABCIEvents(),
}
}
}