mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Remove GetAdjustedTime
This commit is contained in:
@@ -33,11 +33,6 @@ int64_t GetTimeOffset()
|
||||
return nTimeOffset;
|
||||
}
|
||||
|
||||
NodeClock::time_point GetAdjustedTime()
|
||||
{
|
||||
return NodeClock::now() + std::chrono::seconds{GetTimeOffset()};
|
||||
}
|
||||
|
||||
#define BITCOIN_TIMEDATA_MAX_SAMPLES 200
|
||||
|
||||
static std::set<CNetAddr> g_sources;
|
||||
|
||||
Reference in New Issue
Block a user