Make nTimeConnected const in CNode

This commit is contained in:
Matt Corallo
2017-02-06 11:42:49 -05:00
parent 321d0fc6b6
commit 644f1234e2
2 changed files with 2 additions and 2 deletions

View File

@@ -587,7 +587,7 @@ public:
std::atomic<int64_t> nLastSend;
std::atomic<int64_t> nLastRecv;
int64_t nTimeConnected;
const int64_t nTimeConnected;
std::atomic<int64_t> nTimeOffset;
const CAddress addr;
std::string addrName;