Record a block whose ancestor is still missing transaction data.
Synopsis
Declared in <node/blockstorage.h>
[[requires_capability(0x7f2e1b098bf8), requires_capability(0x7f2e26d1a358), requires_capability(0x7f2e375e0438), requires_capability(0x7f2e333677f8), requires_capability(0x7f2e3542e7e8), requires_capability(0x7f2e28a73348)]]
void
AddUnlinkedBlock(CBlockIndex* block);
Parameters
Name |
Description |
block |
The block, with data, whose ancestor is not yet fully available. |
Created with MrDocs