fix: config: Fix eth rpc typo (#10076)

This commit is contained in:
Łukasz Magiera
2023-01-19 20:35:19 +00:00
committed by GitHub
parent 196b41d5f6
commit eaccb571a5
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"github.com/filecoin-project/lotus/chain/types/ethtypes"
)
var ErrModuleDisabled = errors.New("module disabled, enable with Fevm.EnableEthPRC / LOTUS_FEVM_ENABLEETHPRC")
var ErrModuleDisabled = errors.New("module disabled, enable with Fevm.EnableEthRPC / LOTUS_FEVM_ENABLEETHPRC")
type EthModuleDummy struct{}