Remove GetAdjustedTime

This commit is contained in:
dergoegge
2024-01-05 17:16:38 +00:00
parent 4b1196a985
commit ff9039f6ea
13 changed files with 15 additions and 29 deletions

View File

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