We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3582f2 commit fa5d0b6Copy full SHA for fa5d0b6
src/test/fuzz/block.cpp
@@ -58,8 +58,6 @@ FUZZ_TARGET_INIT(block, initialize_block)
58
(void)block.ToString();
59
(void)BlockMerkleRoot(block);
60
if (!block.vtx.empty()) {
61
- // TODO: Avoid array index out of bounds error in BlockWitnessMerkleRoot
62
- // when block.vtx.empty().
63
(void)BlockWitnessMerkleRoot(block);
64
}
65
(void)GetBlockWeight(block);
0 commit comments