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

Method AssumedChainStateSize

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

Minimum free space (in GB) needed for data directory when pruned; Does not include prune target*/

Source from the content-addressed store, hash-verified

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*/
112 uint64_t AssumedChainStateSize() const { return m_assumed_chain_state_size; }
113 /** Whether it is possible to mine blocks on demand (no retargeting) */
114 bool MineBlocksOnDemand() const { return consensus.fPowNoRetargeting; }
115 /** Return the network string */

Callers 1

showIfNeededMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected