forked from cerc-io/laconicd-deprecated
evm: replace block hash storage (#80)
* evm: replace block hash storage * c++
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user