doc: Remove TODO from block fuzz test

This commit is contained in:
MarcoFalke 2021-12-27 18:47:23 +01:00
parent d3582f2d3b
commit fa5d0b6ecd
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -58,8 +58,6 @@ FUZZ_TARGET_INIT(block, initialize_block)
(void)block.ToString();
(void)BlockMerkleRoot(block);
if (!block.vtx.empty()) {
// TODO: Avoid array index out of bounds error in BlockWitnessMerkleRoot
// when block.vtx.empty().
(void)BlockWitnessMerkleRoot(block);
}
(void)GetBlockWeight(block);