aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.h
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2015-04-19 11:10:13 -0700
committerPieter Wuille <[email protected]>2015-04-19 11:10:23 -0700
commit1d5b47a9033738743e5323409777b1415a0d0af7 (patch)
tree9c5dcb4c5e3e44204d45a53922f205545f77c750 /src/protocol.h
parentMerge pull request #6012 (diff)
downloaddiscoin-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.h')
-rw-r--r--src/protocol.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/protocol.h b/src/protocol.h
index fd23eae1f..b5e65032a 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 */