Skip to content

Commit

Permalink
Import cosmos vesting instead of Canto vesting
Browse files Browse the repository at this point in the history
We have had the wrong import, which means we don't have the correct
types registered for vesting accounts unless the import in app.go is
fixed
  • Loading branch information
ChristianBorst committed Apr 23, 2024
1 parent eee6749 commit 2c0ab30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import (
authsims "github.com/cosmos/cosmos-sdk/x/auth/simulation"
authtx "github.com/cosmos/cosmos-sdk/x/auth/tx"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
"github.com/cosmos/cosmos-sdk/x/auth/vesting"
"github.com/cosmos/cosmos-sdk/x/authz"
authzkeeper "github.com/cosmos/cosmos-sdk/x/authz/keeper"
authzmodule "github.com/cosmos/cosmos-sdk/x/authz/module"
Expand Down Expand Up @@ -103,7 +104,6 @@ import (
erc20client "github.com/Canto-Network/Canto/v5/x/erc20/client"
erc20keeper "github.com/Canto-Network/Canto/v5/x/erc20/keeper"
erc20types "github.com/Canto-Network/Canto/v5/x/erc20/types"
"github.com/Canto-Network/Canto/v5/x/vesting"

ethermintsrvflags "github.com/evmos/ethermint/server/flags"
ethtypes "github.com/evmos/ethermint/types"
Expand Down

0 comments on commit 2c0ab30

Please sign in to comment.