chore: update errors sub-module module path (#11832)
This commit is contained in:
@@ -48,9 +48,9 @@ func trimInternal(st errors.StackTrace) errors.StackTrace {
|
||||
// manual error creation, or runtime for caught panics
|
||||
for matchesFunc(st[0],
|
||||
// where we create errors
|
||||
"github.com/cosmos/cosmos-sdk/errors.Wrap",
|
||||
"github.com/cosmos/cosmos-sdk/errors.Wrapf",
|
||||
"github.com/cosmos/cosmos-sdk/errors.WithType",
|
||||
"cosmossdk.io/errors.Wrap",
|
||||
"cosmossdk.io/errors.Wrapf",
|
||||
"cosmossdk.io/errors.WithType",
|
||||
// runtime are added on panics
|
||||
"runtime.",
|
||||
// _test is defined in coverage tests, causing failure
|
||||
|
||||
Reference in New Issue
Block a user