Skip to content

Commit

Permalink
bet
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed May 29, 2024
1 parent 0b81dd0 commit adcfb0a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mod/beacon/validator/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,8 @@ func (s *Service[

// In order to rebuild a payload for the current slot, we need to know the
// previous block root, since we know that this is unmodified state.
// We can safely get the latest block header and then rebuild the previous
// block
// and it's root.
// We can safely get the latest block header and then rebuild the
// previous block and it's root.
latestHeader, err := st.GetLatestBlockHeader()
if err != nil {
return err
Expand Down

0 comments on commit adcfb0a

Please sign in to comment.