[#CMerkleBlock-vMatchedTxn] = xref:CMerkleBlock.adoc[CMerkleBlock]::vMatchedTxn :relfileprefix: ../ :mrdocs: Public only for unit testing and relay testing (not relayed). == Synopsis Declared in `<merkleblock.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<std::pair<unsigned int, Txid>> vMatchedTxn; ---- == Description Used only when a bloom filter is specified to allow testing the transactions which matched the bloom filter. [.small]#Created with https://www.mrdocs.com[MrDocs]#