diff --git a/node/impl/full/dummy.go b/node/impl/full/dummy.go index aa1450212aa..fc5fc3dc371 100644 --- a/node/impl/full/dummy.go +++ b/node/impl/full/dummy.go @@ -10,7 +10,7 @@ import ( "github.com/filecoin-project/lotus/chain/types/ethtypes" ) -var ErrModuleDisabled = errors.New("module disabled, enable with Fevm.EnableEthRPC / LOTUS_FEVM_ENABLEETHPRC") +var ErrModuleDisabled = errors.New("module disabled, enable with Fevm.EnableEthRPC / LOTUS_FEVM_ENABLEETHRPC") type EthModuleDummy struct{}