diff options
author | dergoegge <n.goeggi@gmail.com> | 2022-11-25 15:31:04 +0000 |
---|---|---|
committer | stickies-v <stickies-v@protonmail.com> | 2024-04-10 16:15:46 +0200 |
commit | 038fd979effb54ee76ce1b7cf078e920c652326a (patch) | |
tree | 6f395ed7eaf7038a7db31d00fe4939929822d9cd /src/net.h | |
parent | a175efe768892f6e983a7c814a201c506c4d1ce5 (diff) |
[net processing] Move nTimeOffset to net_processing
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -191,7 +191,6 @@ public: std::chrono::seconds m_last_tx_time; std::chrono::seconds m_last_block_time; std::chrono::seconds m_connected; - int64_t nTimeOffset; std::string m_addr_name; int nVersion; std::string cleanSubVer; @@ -703,7 +702,6 @@ public: std::atomic<std::chrono::seconds> m_last_recv{0s}; //! Unix epoch time at peer connection const std::chrono::seconds m_connected; - std::atomic<int64_t> nTimeOffset{0}; // Address of this peer const CAddress addr; // Bind address of our side of the connection |