Skip to content

Commit eccc9fb

Browse files
committed
Link to issue for troubling TODO
1 parent 421f5b6 commit eccc9fb

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
@@ -293,6 +293,7 @@ pub fn serializeDuplicateProof(
293293
other_payload: []const u8,
294294
) ![]const u8 {
295295
// TODO validate the shreds. Implement check_shreds in Agave
296+
// https://github.com/Syndica/sig/issues/1225
296297
const proof = sig.ledger.meta.DuplicateSlotProof{
297298
.shred1 = shred_payload,
298299
.shred2 = other_payload,

0 commit comments

Comments
 (0)