[net processing] Move nTimeOffset to net_processing

This commit is contained in:
dergoegge
2022-11-25 15:31:04 +00:00
committed by stickies-v
parent a175efe768
commit 038fd979ef
8 changed files with 14 additions and 12 deletions

View File

@@ -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