Add block download progress to metrics UI

This commit is contained in:
Jack Grigg
2017-06-26 16:16:08 -07:00
parent d6ec3954c6
commit 047aec1e0e
3 changed files with 62 additions and 1 deletions

View File

@@ -63,6 +63,9 @@ void TrackMinedBlock(uint256 hash);
void MarkStartTime();
double GetLocalSolPS();
int EstimateNetHeightInner(int height, int64_t tipmediantime,
int heightLastCheckpoint, int64_t timeLastCheckpoint,
int64_t targetSpacing);
void TriggerRefresh();