Skip to content

Commit fa5d0b6

Browse files
author
MarcoFalke
committed
doc: Remove TODO from block fuzz test
1 parent d3582f2 commit fa5d0b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/fuzz/block.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ FUZZ_TARGET_INIT(block, initialize_block)
5858
(void)block.ToString();
5959
(void)BlockMerkleRoot(block);
6060
if (!block.vtx.empty()) {
61-
// TODO: Avoid array index out of bounds error in BlockWitnessMerkleRoot
62-
// when block.vtx.empty().
6361
(void)BlockWitnessMerkleRoot(block);
6462
}
6563
(void)GetBlockWeight(block);

0 commit comments

Comments
 (0)