Remove confusing comment (#13045)

This commit is contained in:
Potuz
2023-10-12 21:36:03 -03:00
committed by GitHub
parent 945b087ca9
commit 97a99874e8

View File

@@ -118,7 +118,6 @@ func (s *State) saveStateByRoot(ctx context.Context, blockRoot [32]byte, st stat
}
}
// On an intermediate slot, save state summary.
if err := s.beaconDB.SaveStateSummary(ctx, &ethpb.StateSummary{
Slot: st.Slot(),
Root: blockRoot[:],