mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
nLastTry is only used for addrman entries
No need to define it for every CAddress, as it's memory only anyway.
This commit is contained in:
@@ -89,7 +89,6 @@ void CAddress::Init()
|
||||
{
|
||||
nServices = NODE_NETWORK;
|
||||
nTime = 100000000;
|
||||
nLastTry = 0;
|
||||
}
|
||||
|
||||
CInv::CInv()
|
||||
|
||||
Reference in New Issue
Block a user