mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
doc: Remove TODO from block fuzz test
This commit is contained in:
parent
d3582f2d3b
commit
fa5d0b6ecd
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue