MCPcopy Create free account
hub / github.com/ElementsProject/elements / PruneAfterHeight

Method PruneAfterHeight

src/chainparams.h:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 /** If this chain allows time to be mocked */
107 bool IsMockableChain() const { return m_is_mockable_chain; }
108 uint64_t PruneAfterHeight() const { return nPruneAfterHeight; }
109 /** Minimum free space (in GB) needed for data directory */
110 uint64_t AssumedBlockchainSize() const { return m_assumed_blockchain_size; }
111 /** Minimum free space (in GB) needed for data directory when pruned; Does not include prune target*/

Callers 2

FlushStateToDiskMethod · 0.80
pruneblockchainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected