[Qt] update block tip (height and date) without locking cs_main, update always (each block)

This commit is contained in:
Jonas Schnelli
2015-11-26 16:39:40 +01:00
parent 012fc91511
commit e6d50fcdec
2 changed files with 23 additions and 35 deletions

View File

@@ -81,11 +81,6 @@ private:
PeerTableModel *peerTableModel;
BanTableModel *banTableModel;
int cachedNumBlocks;
QDateTime cachedBlockDate;
bool cachedReindexing;
bool cachedImporting;
QTimer *pollTimer;
void subscribeToCoreSignals();