Improve network height estimation

This commit is contained in:
Jack Grigg
2017-07-28 10:50:07 +00:00
parent 4a651837be
commit 92bfde0edf
3 changed files with 30 additions and 24 deletions

View File

@@ -65,7 +65,7 @@ void MarkStartTime();
double GetLocalSolPS();
int EstimateNetHeightInner(int height, int64_t tipmediantime,
int heightLastCheckpoint, int64_t timeLastCheckpoint,
int64_t targetSpacing);
int64_t genesisTime, int64_t targetSpacing);
void TriggerRefresh();