diff options
| author | Pieter Wuille <[email protected]> | 2015-04-19 11:10:13 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2015-04-19 11:10:23 -0700 |
| commit | 1d5b47a9033738743e5323409777b1415a0d0af7 (patch) | |
| tree | 9c5dcb4c5e3e44204d45a53922f205545f77c750 /src/protocol.cpp | |
| parent | Merge pull request #6012 (diff) | |
| download | discoin-1d5b47a9033738743e5323409777b1415a0d0af7.tar.xz discoin-1d5b47a9033738743e5323409777b1415a0d0af7.zip | |
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 568580a59..dd855aa33 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() |