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 8daffe2 commit e9e6163Copy full SHA for e9e6163
src/txmempool.h
@@ -360,7 +360,7 @@ class CTxMemPool
360
* check does nothing.
361
*/
362
void check(const CCoinsViewCache *pcoins) const;
363
- void setSanityCheck(double dFrequency = 1.0) { nCheckFrequency = dFrequency * 4294967296.0; }
+ void setSanityCheck(double dFrequency = 1.0) { nCheckFrequency = dFrequency * 4294967295.0; }
364
365
// addUnchecked must updated state for all ancestors of a given transaction,
366
// to track size/count of descendant transactions. First version of
0 commit comments