We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f72ff2 commit 1cef905Copy full SHA for 1cef905
src/txmempool.h
@@ -401,7 +401,7 @@ class CTxMemPool
401
* check does nothing.
402
*/
403
void check(const CCoinsViewCache *pcoins) const;
404
- void setSanityCheck(double dFrequency = 1.0) { nCheckFrequency = dFrequency * 4294967296.0; }
+ void setSanityCheck(double dFrequency = 1.0) { nCheckFrequency = dFrequency * 4294967295.0; }
405
406
// addUnchecked must updated state for all ancestors of a given transaction,
407
// to track size/count of descendant transactions. First version of
0 commit comments