Skip to content

Commit

Permalink
LOTUS_FEVM_ENABLEETHRPC: Fix env variable name in error
Browse files Browse the repository at this point in the history
  • Loading branch information
nonsense committed Feb 6, 2023
1 parent 3e30e7a commit ad45720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/impl/full/dummy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}

Expand Down

0 comments on commit ad45720

Please sign in to comment.