Skip to content

Commit

Permalink
Merge pull request #10186 from filecoin-project/nonsense-patch-1
Browse files Browse the repository at this point in the history
LOTUS_FEVM_ENABLEETHRPC: Fix env variable name in error
  • Loading branch information
magik6k authored Feb 9, 2023
2 parents 030b40b + ad45720 commit a32db5f
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 a32db5f

Please sign in to comment.