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 authored Feb 3, 2023
1 parent 9b071bc commit cd53367
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 @@ -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{}

Expand Down

0 comments on commit cd53367

Please sign in to comment.