chore: update errors sub-module module path (#11832)

This commit is contained in:
Aleksandr Bezobchuk
2022-04-29 15:04:33 -04:00
committed by GitHub
parent 2add1bae8f
commit 9361b8501c
14 changed files with 24 additions and 27 deletions
+3 -3
View File
@@ -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