We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c48d27 commit f14c0e5Copy full SHA for f14c0e5
cmd/axoned/cmd/genaccount.go
@@ -14,7 +14,7 @@ import (
14
"github.com/cosmos/cosmos-sdk/server"
15
sdk "github.com/cosmos/cosmos-sdk/types"
16
17
- vestingtypes "github.com/axone-protocol/axoned/v7/x/vesting/types"
+ vestingtypes "github.com/axone-protocol/axoned/v8/x/vesting/types"
18
)
19
20
const (
x/vesting/client/cli/tx_test.go
@@ -23,8 +23,8 @@ import (
23
24
testutilmod "github.com/cosmos/cosmos-sdk/types/module/testutil"
25
26
- "github.com/axone-protocol/axoned/v7/x/vesting"
27
- "github.com/axone-protocol/axoned/v7/x/vesting/client/cli"
+ "github.com/axone-protocol/axoned/v8/x/vesting"
+ "github.com/axone-protocol/axoned/v8/x/vesting/client/cli"
28
29
30
type CLITestSuite struct {
0 commit comments