diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2015-04-19 11:10:13 -0700 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2015-04-19 11:10:23 -0700 |
commit | 1d5b47a9033738743e5323409777b1415a0d0af7 (patch) | |
tree | 9c5dcb4c5e3e44204d45a53922f205545f77c750 /src/protocol.cpp | |
parent | 8f955b9661224adc950e302b42d2f7bcb5e90bef (diff) |
nLastTry is only used for addrman entries
No need to define it for every CAddress, as it's memory only anyway.
Diffstat (limited to 'src/protocol.cpp')
-rw-r--r-- | src/protocol.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp index 568580a595..dd855aa33a 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -89,7 +89,6 @@ void CAddress::Init() { nServices = NODE_NETWORK; nTime = 100000000; - nLastTry = 0; } CInv::CInv() |