Skip to content

Commit

Permalink
Radek's feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
  • Loading branch information
terencechain and rkapka authored Apr 2, 2024
1 parent 4ac7f02 commit d38c358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/rpc/eth/beacon/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -2125,7 +2125,7 @@ func (s *Server) broadcastSeenBlockSidecars(
"index": sc.Index,
"slot": sc.SignedBlockHeader.Header.Slot,
"kzgCommitment": fmt.Sprintf("%#x", sc.KzgCommitment),
}).Info("Broadcasted already seen block blob sidecar")
}).Info("Broadcasted blob sidecar for already seen block")
}
return nil
}

0 comments on commit d38c358

Please sign in to comment.