diff --git a/main.go b/main.go index 243b640..6877bb8 100644 --- a/main.go +++ b/main.go @@ -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{ diff --git a/oracle/types.go b/oracle/types.go index cb6eb3e..0981eeb 100644 --- a/oracle/types.go +++ b/oracle/types.go @@ -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