Skip to content

Commit

Permalink
Merge pull request #448 from lochjin/main
Browse files Browse the repository at this point in the history
meerpool NoLocals false
  • Loading branch information
dindinw authored May 28, 2023
2 parents c2489b3 + f35a850 commit 1bfbd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meerevm/meer/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func MakeConfig(datadir string) (*eth.Config, error) {
econfig.Miner.ExtraData = []byte{byte(0)}
econfig.Miner.External = &MeerPool{}

econfig.TxPool.NoLocals = true
econfig.TxPool.NoLocals = false

nodeConf := node.DefaultConfig

Expand Down

0 comments on commit 1bfbd10

Please sign in to comment.