Skip to content

Commit

Permalink
v3s
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Jun 23, 2023
1 parent 327ffab commit 13cd51e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions x/ccv/consumer/keeper/throttle_retry.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"fmt"

sdktypes "github.com/cosmos/cosmos-sdk/types"
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
consumertypes "github.com/cosmos/interchain-security/v3/x/ccv/consumer/types"
ccvtypes "github.com/cosmos/interchain-security/v3/x/ccv/types"
)

// TODO: Adjust SendPackets in relay.go
Expand Down
6 changes: 3 additions & 3 deletions x/ccv/consumer/keeper/throttle_retry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package keeper_test
import (
"testing"

testutil "github.com/cosmos/interchain-security/v2/testutil/keeper"
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
testutil "github.com/cosmos/interchain-security/v3/testutil/keeper"
consumertypes "github.com/cosmos/interchain-security/v3/x/ccv/consumer/types"
ccvtypes "github.com/cosmos/interchain-security/v3/x/ccv/types"
"github.com/stretchr/testify/require"
)

Expand Down
2 changes: 1 addition & 1 deletion x/ccv/consumer/types/throttle_retry.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package types

import ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
import ccvtypes "github.com/cosmos/interchain-security/v3/x/ccv/types"

func NewBouncingSlash(slashPacketData ccvtypes.ConsumerPacketData) (bouncingSlash BouncingSlash, ok bool) {
if slashPacketData.Type != ccvtypes.SlashPacket {
Expand Down

0 comments on commit 13cd51e

Please sign in to comment.