Skip to content

Commit

Permalink
fix evmspace
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-nguy committed Sep 1, 2021
1 parent 0d18c6b commit d2d93b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/cronos/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func NewKeeper(
}

if !evmSpace.HasKeyTable() {
paramSpace = paramSpace.WithKeyTable(evmTypes.ParamKeyTable())
evmSpace = evmSpace.WithKeyTable(evmTypes.ParamKeyTable())
}

return &Keeper{
Expand Down

0 comments on commit d2d93b5

Please sign in to comment.