[#PartiallyDownloadedBlock-FillBlock] = xref:PartiallyDownloadedBlock.adoc[PartiallyDownloadedBlock]::FillBlock :relfileprefix: ../ :mrdocs: Fills the block with the supplied missing transactions and reports the result. == Synopsis Declared in `<blockencodings.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ReadStatus.adoc[ReadStatus] FillBlock( xref:CBlock.adoc[CBlock]& block, std::vector<CTransactionRef> const& vtx_missing, bool segwit_active); ---- == Return Value A status code indicating whether the block was reconstructed. == Parameters [cols="1,4"] |=== | Name| Description | *block* | Output block assembled from available and supplied transactions. | *vtx_missing* | The transactions that were requested and received. | *segwit_active* | Whether to enforce witness mutation checks before success. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#