evm: replace block hash storage (#80)

* evm: replace block hash storage

* c++
This commit is contained in:
Federico Kunze
2021-06-07 07:00:14 -04:00
committed by GitHub
parent e639cb4a82
commit 1ff3c46663
7 changed files with 36 additions and 50 deletions
+2 -1
View File
@@ -311,7 +311,8 @@ func NewEthermintApp(
// Create Ethermint keepers
app.EvmKeeper = evmkeeper.NewKeeper(
appCodec, keys[evmtypes.StoreKey], tkeys[evmtypes.TransientKey], app.GetSubspace(evmtypes.ModuleName), app.AccountKeeper, app.BankKeeper,
appCodec, keys[evmtypes.StoreKey], tkeys[evmtypes.TransientKey], app.GetSubspace(evmtypes.ModuleName),
app.AccountKeeper, app.BankKeeper, app.StakingKeeper,
)
// Create IBC Keeper