60
, and uses a type-safe type instead of a raw int64_t
.
60
, and uses a type-safe type instead of a raw int64_t
.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For detailed information about the code coverage, see the test coverage report.
See the guideline for information on the review process.
Type | Reviewers |
---|---|
ACK | epiccurious, dergoegge, brunoerg |
Concept ACK | stickies-v |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
Reviewers, this pull request conflicts with the following ones:
txorphan
harness stability by marcofleon)If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
118@@ -118,12 +119,12 @@ void TxOrphanage::LimitOrphans(unsigned int max_orphans, FastRandomContext& rng)
119 LOCK(m_mutex);
120
121 unsigned int nEvicted = 0;
122- static int64_t nNextSweep;
123- int64_t nNow = GetTime();
124+ static NodeSeconds nNextSweep;