Skip to content

Commit

Permalink
James feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain committed Mar 29, 2024
1 parent d5a4f03 commit 811f0b2
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 blob sidecar")
}).Info("Broadcasted already seen block blob sidecar")
}
return nil
}

0 comments on commit 811f0b2

Please sign in to comment.