[#node-BlockManager-UpdateBlockInfo] = xref:node.adoc[node]::xref:node/BlockManager.adoc[BlockManager]::UpdateBlockInfo :relfileprefix: ../../ :mrdocs: Update blockfile info while processing a block during reindex. The block must be available on disk. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1b099578), requires_capability(0x7f2e26d1acd8), requires_capability(0x7f2e375e0db8), requires_capability(0x7f2e33368178), requires_capability(0x7f2e3542f168), requires_capability(0x7f2e28a73cc8)]] void UpdateBlockInfo( xref:CBlock.adoc[CBlock] const& block, unsigned int nHeight, xref:FlatFilePos.adoc[FlatFilePos] const& pos); ---- == Parameters [cols="1,4"] |=== | Name| Description | *block* [in] | the block being processed | *nHeight* [in] | the height of the block | *pos* [in] | the position of the serialized CBlock on disk |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#