Skip to content

Commit

Permalink
feat(execution): Disable TXPool module by default
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jun 7, 2022
1 parent b22e3b0 commit 7c54339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/exporter/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func DefaultConfig() *Config {
Enabled: true,
Name: "execution",
URL: "http://localhost:8545",
Modules: []string{"eth", "net", "web3", "txpool"},
Modules: []string{"eth", "net", "web3"},
},
Consensus: ConsensusNode{
Enabled: true,
Expand Down

0 comments on commit 7c54339

Please sign in to comment.