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.h | |
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.h')
-rw-r--r-- | src/protocol.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/protocol.h b/src/protocol.h index fd23eae1fc..b5e65032a2 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -116,9 +116,6 @@ public: // disk and network only unsigned int nTime; - - // memory only - int64_t nLastTry; }; /** inv message data */ |