mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
[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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user