Skip to content

Commit f14c0e5

Browse files
committed
chore: use axoned v8 for vesting module
1 parent 9c48d27 commit f14c0e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/axoned/cmd/genaccount.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/cosmos/cosmos-sdk/server"
1515
sdk "github.com/cosmos/cosmos-sdk/types"
1616

17-
vestingtypes "github.com/axone-protocol/axoned/v7/x/vesting/types"
17+
vestingtypes "github.com/axone-protocol/axoned/v8/x/vesting/types"
1818
)
1919

2020
const (

x/vesting/client/cli/tx_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import (
2323
sdk "github.com/cosmos/cosmos-sdk/types"
2424
testutilmod "github.com/cosmos/cosmos-sdk/types/module/testutil"
2525

26-
"github.com/axone-protocol/axoned/v7/x/vesting"
27-
"github.com/axone-protocol/axoned/v7/x/vesting/client/cli"
26+
"github.com/axone-protocol/axoned/v8/x/vesting"
27+
"github.com/axone-protocol/axoned/v8/x/vesting/client/cli"
2828
)
2929

3030
type CLITestSuite struct {

0 commit comments

Comments
 (0)