review fixes

This commit is contained in:
Geoff Stuart
2023-01-16 01:56:55 -05:00
parent a8436074a6
commit f8dee0983a
11 changed files with 47 additions and 45 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ func ConfigFullNode(c interface{}) Option {
// in lite-mode Eth event api is provided by gateway
ApplyIf(isFullNode, Override(new(full.EthEventAPI), modules.EthEventAPI(cfg.ActorEvent))),
Override(new(full.EthModuleAPI), modules.EthModuleAPI(cfg.EthTxHashConfig)),
Override(new(full.EthModuleAPI), modules.EthModuleAPI(cfg.Fevm)),
)
}