Skip to content

Commit

Permalink
fix inject error
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer-zq committed Jul 23, 2024
1 parent bd28be0 commit 1e8e8ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/evm/depinject.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type Inputs struct {
StoreKey *store.KVStoreKey
TransientKey *store.TransientStoreKey
Config *modulev1.Module
Cdc codec.BinaryCodec
Cdc codec.Codec
AccountKeeper types.AccountKeeper
BankKeeper types.BankKeeper
StakingKeeper types.StakingKeeper
Expand All @@ -65,7 +65,7 @@ type Inputs struct {
type HookInputs struct {
depinject.In

Hooks []types.EvmHooks
Hooks []types.EvmHooks `optional:"true"`
Keeper *keeper.Keeper
}

Expand Down

0 comments on commit 1e8e8ed

Please sign in to comment.