Merge PR #4908: Various goreport fixes
This commit is contained in:
committed by
Alexander Bezobchuk
parent
70ba07191d
commit
3eac2707b2
@@ -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
|
||||
|
||||
@@ -338,4 +338,4 @@ func (m *Manager) EndBlock(ctx sdk.Context, req abci.RequestEndBlock) abci.Respo
|
||||
ValidatorUpdates: validatorUpdates,
|
||||
Events: ctx.EventManager().ABCIEvents(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user