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

Method IsTestChain

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

If this chain is exclusively used for testing */

Source from the content-addressed store, hash-verified

103 bool RequireStandard() const { return fRequireStandard; }
104 /** If this chain is exclusively used for testing */
105 bool IsTestChain() const { return m_is_test_chain; }
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; }

Callers 4

getblocktemplateFunction · 0.80
invokedisallowedsyscallFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected