Skip to content

Commit 500e989

Browse files
committed
Link to issue for troubling TODO
1 parent 31c0bd8 commit 500e989

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shred_network/collector/duplicate_shred_handler.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ pub fn serializeDuplicateProof(
294294
other_payload: []const u8,
295295
) ![]const u8 {
296296
// TODO validate the shreds. Implement check_shreds in Agave
297+
// https://github.com/Syndica/sig/issues/1225
297298
const proof = sig.ledger.meta.DuplicateSlotProof{
298299
.shred1 = shred_payload,
299300
.shred2 = other_payload,

0 commit comments

Comments
 (0)