Skip to content

Commit

Permalink
Remove confusing comment (#13045)
Browse files Browse the repository at this point in the history
  • Loading branch information
potuz authored Oct 13, 2023
1 parent 945b087 commit 97a9987
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion beacon-chain/state/stategen/setter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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[:],
Expand Down

0 comments on commit 97a9987

Please sign in to comment.