Record a block whose ancestor is still missing transaction data.
Synopsis
Declared in <node/blockstorage.h>
[[requires_capability(0x7fbc8f17a9d8), requires_capability(0x7fbca3f03f08), requires_capability(0x7fbcace16158), requires_capability(0x7fbca6c57dc8), requires_capability(0x7fbcad35f568), requires_capability(0x7fbc9fba1328)]]
void
AddUnlinkedBlock(CBlockIndex* block);
Parameters
Name |
Description |
block |
The block, with data, whose ancestor is not yet fully available. |
Created with MrDocs