| 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 |
no outgoing calls