Skip to content

Commit 3dfbe96

Browse files
committed
Remove comment
1 parent 4d2cc9d commit 3dfbe96

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

shared/services/config/commit-boost-config.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ func NewCommitBoostConfig(cfg *RocketPoolConfig) *CommitBoostConfig {
135135
}},
136136
},
137137

138-
// Explicit relay params
139138
FlashbotsRelay: generateCbRelayParameter("cbFlashbotsEnabled", relayMap[config.MevRelayID_Flashbots]),
140139
BloxRouteMaxProfitRelay: generateCbRelayParameter("cbBloxRouteMaxProfitEnabled", relayMap[config.MevRelayID_BloxrouteMaxProfit]),
141140
BloxRouteRegulatedRelay: generateCbRelayParameter("cbBloxRouteRegulatedEnabled", relayMap[config.MevRelayID_BloxrouteRegulated]),
@@ -362,7 +361,6 @@ func (cfg *CommitBoostConfig) GetContainerTag() string {
362361
}
363362

364363
// Create the default Commit-Boost PBS relays.
365-
// Following hyperdrive's approach, only regulated/compliant relays are included.
366364
func createCommitBoostRelays() []config.MevRelay {
367365
relays := []config.MevRelay{
368366
// Flashbots

0 commit comments

Comments
 (0)