Initialize the in‐memory coins cache (to be done after the health of the on‐disk database is verified).

Synopsis

Declared in <validation.h>

[[requires_capability(0x7f2e1ba83728), requires_capability(0x7f2e14563378), requires_capability(0x7f2e373bc528), requires_capability(0x7f2e36e33178)]]
void
InitCoinsCache(size_t cache_size_bytes);

Parameters

Name

Description

cache_size_bytes

Size budget for the in‐memory coins cache.

Created with MrDocs