[addrman] Remove unused test_before_evict argument from Good()

This has never been used in the public interface method since it was
introduced in #9037.
This commit is contained in:
John Newbery
2021-07-20 13:59:12 +01:00
parent 201c5e4aec
commit f036dfbb69
3 changed files with 4 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ public:
{
int64_t nLastSuccess = 1;
// Set last good connection in the deep past.
Good(addr, true, nLastSuccess);
Good(addr, nLastSuccess);
bool count_failure = false;
int64_t nLastTry = GetAdjustedTime()-61;