Change progress bar from block-based to time-based
This is less confusing to most people, and doesn't rely on estimates of the total number of blocks received from other nodes.
This commit is contained in:
committed by
Pieter Wuille
parent
2f0fa79db2
commit
24cde0b7d1
@@ -98,6 +98,8 @@ private:
|
||||
RPCConsole *rpcConsole;
|
||||
|
||||
QMovie *syncIconMovie;
|
||||
/** Keep track of previous number of blocks, to detect progress */
|
||||
int prevBlocks;
|
||||
|
||||
/** Create the main UI actions. */
|
||||
void createActions();
|
||||
|
||||
Reference in New Issue
Block a user