Skip to content

Commit

Permalink
replace with new errors package (cosmos#4042)
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Jul 10, 2023
1 parent abdc496 commit cc5f91c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/core/04-channel/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ import (
"strconv"
"strings"

errorsmod "cosmossdk.io/errors"

"github.com/cosmos/cosmos-sdk/codec"
storetypes "github.com/cosmos/cosmos-sdk/store/types"
sdk "github.com/cosmos/cosmos-sdk/types"
errorsmod "github.com/cosmos/cosmos-sdk/types/errors"

db "github.com/cometbft/cometbft-db"
"github.com/cometbft/cometbft/libs/log"
Expand Down

0 comments on commit cc5f91c

Please sign in to comment.