kernel::CBlockFileInfo::AddBlock

update statistics (does not update nSize)

Synopsis

Declared in <node/blockstorage.h>

void
AddBlock(
    unsigned int nHeightIn,
    uint64_t nTimeIn);

Parameters

NameDescription
nHeightInHeight of the block being added.
nTimeInBlock time of the block being added.