Record a block whose ancestor is still missing transaction data.
Synopsis
Declared in <node/blockstorage.h>
[[requires_capability(0x7ff37af16468), requires_capability(0x7ff376b83448), requires_capability(0x7ff37ded1038), requires_capability(0x7ff36c616258), requires_capability(0x7ff37c49a0b8), requires_capability(0x7ff39283cab8)]]
void
AddUnlinkedBlock(CBlockIndex* block);
Parameters
Name |
Description |
block |
The block, with data, whose ancestor is not yet fully available. |
Created with MrDocs