LOTUS_FEVM_ENABLEETHRPC: Fix env variable name in error
This commit is contained in:
parent
3e30e7a9ec
commit
ad457202dd
@ -12,7 +12,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{}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user