Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Marketen committed Oct 8, 2024
1 parent a6da8af commit 5a71577
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ func mainLoop(oracleInstance *oracle.Oracle, onchain *oracle.Onchain, cfg *oracl
lastReconciliationTime := int64(0)

// Load all the validators from the beacon chain
// TODO: see what API endpoints are affected by commenting this
onchain.RefreshBeaconValidators()

log.WithFields(log.Fields{
Expand Down
2 changes: 0 additions & 2 deletions oracle/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ const (
Untracked ValidatorStatus = 6
)

const MainnetCleanupValidatorsSlot = uint64(10023371) // TODO: Define a slot

// Events in the state machine that trigger transition
type Event uint8

Expand Down

0 comments on commit 5a71577

Please sign in to comment.