mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-10 03:23:43 +02:00
doc: Remove TODO from block fuzz test
This commit is contained in:
@@ -58,8 +58,6 @@ FUZZ_TARGET_INIT(block, initialize_block)
|
|||||||
(void)block.ToString();
|
(void)block.ToString();
|
||||||
(void)BlockMerkleRoot(block);
|
(void)BlockMerkleRoot(block);
|
||||||
if (!block.vtx.empty()) {
|
if (!block.vtx.empty()) {
|
||||||
// TODO: Avoid array index out of bounds error in BlockWitnessMerkleRoot
|
|
||||||
// when block.vtx.empty().
|
|
||||||
(void)BlockWitnessMerkleRoot(block);
|
(void)BlockWitnessMerkleRoot(block);
|
||||||
}
|
}
|
||||||
(void)GetBlockWeight(block);
|
(void)GetBlockWeight(block);
|
||||||
|
Reference in New Issue
Block a user