mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-02 17:24:58 +02:00
refactor: Convert RPCs and merkleblock from uint256 to Txid
This commit is contained in:
@@ -43,7 +43,7 @@ FUZZ_TARGET(merkleblock)
|
||||
partial_merkle_tree = merkle_block.txn;
|
||||
});
|
||||
(void)partial_merkle_tree.GetNumTransactions();
|
||||
std::vector<uint256> matches;
|
||||
std::vector<Txid> matches;
|
||||
std::vector<unsigned int> indices;
|
||||
(void)partial_merkle_tree.ExtractMatches(matches, indices);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user