pibd: bound segment decoding allocations (#3850)

This commit is contained in:
David Burkett
2026-06-10 12:02:01 -04:00
committed by GitHub
parent db2923a147
commit 62e5ace442
5 changed files with 250 additions and 75 deletions
+1 -1
View File
@@ -382,7 +382,7 @@ impl MessageHandler for Protocol {
block_hash,
output_root
);
adapter.receive_bitmap_segment(block_hash, output_root, segment.into())?;
adapter.receive_bitmap_segment(block_hash, output_root, segment.into_segment()?)?;
Consumed::None
}
Message::OutputSegment(req) => {