aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.h
diff options
context:
space:
mode:
authordergoegge <n.goeggi@gmail.com>2022-11-25 15:31:04 +0000
committerstickies-v <stickies-v@protonmail.com>2024-04-10 16:15:46 +0200
commit038fd979effb54ee76ce1b7cf078e920c652326a (patch)
tree6f395ed7eaf7038a7db31d00fe4939929822d9cd /src/net_processing.h
parenta175efe768892f6e983a7c814a201c506c4d1ce5 (diff)
downloadbitcoin-038fd979effb54ee76ce1b7cf078e920c652326a.tar.xz
[net processing] Move nTimeOffset to net_processing
Diffstat (limited to 'src/net_processing.h')
-rw-r--r--src/net_processing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net_processing.h b/src/net_processing.h
index f8d7a8f511..e00946ea64 100644
--- a/src/net_processing.h
+++ b/src/net_processing.h
@@ -41,6 +41,7 @@ struct CNodeStateStats {
bool m_addr_relay_enabled{false};
ServiceFlags their_services;
int64_t presync_height{-1};
+ int64_t time_offset{0};
};
class PeerManager : public CValidationInterface, public NetEventsInterface