Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
huy-nodeset committed Jan 8, 2025
1 parent 679d777 commit ef51fbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions adapter/utils/config/hyperdrive-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type HyperdriveConfig struct {
Modules map[string]any

// Internal fields
Version string
hyperdriveUserDirectory string
networkSettings []*HyperdriveSettings
Version string
// hyperdriveUserDirectory string
// networkSettings []*HyperdriveSettings
}
8 changes: 4 additions & 4 deletions adapter/utils/config/mev-boost-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

// Constants
const (
mevBoostTag string = "flashbots/mev-boost:1.8.1"
// mevBoostTag string = "flashbots/mev-boost:1.8.1"
)

type MevSelectionMode string
Expand Down Expand Up @@ -66,7 +66,7 @@ type MevBoostConfig struct {
// Non-editable settings //
///////////////////////////

parent *HyperdriveConfig
relays []MevRelay
relayMap map[MevRelayID]MevRelay
// parent *HyperdriveConfig
// relays []MevRelay
// relayMap map[MevRelayID]MevRelay
}

0 comments on commit ef51fbe

Please sign in to comment.