mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
[net processing] Move nTimeOffset to net_processing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user