MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / setSanityCheck

Method setSanityCheck

src/txmempool.h:533–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531 */
532 void check(const CCoinsViewCache *pcoins) const;
533 void setSanityCheck(double dFrequency = 1.0) { LOCK(cs); nCheckFrequency = static_cast<uint32_t>(dFrequency * 4294967295.0); }
534
535 // addUnchecked must updated state for all ancestors of a given transaction,
536 // to track size/count of descendant transactions. First version of

Callers 2

TestingSetupMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestingSetupMethod · 0.64