diff options
| author | Pieter Wuille <[email protected]> | 2016-04-28 16:18:45 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-05-17 00:45:58 +0200 |
| commit | b4d24e142e25a21c78ab74146c3520f2259fd7c2 (patch) | |
| tree | 2137ba5f3a179d993e7789815c4c2acdc8971dd6 /src/qt/rpcconsole.h | |
| parent | Add -reindex-chainstate that does not rebuild block index (diff) | |
| download | discoin-b4d24e142e25a21c78ab74146c3520f2259fd7c2.tar.xz discoin-b4d24e142e25a21c78ab74146c3520f2259fd7c2.zip | |
Report reindexing progress in GUI
Diffstat (limited to 'src/qt/rpcconsole.h')
| -rw-r--r-- | src/qt/rpcconsole.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h index 2923587bc..28affa954 100644 --- a/src/qt/rpcconsole.h +++ b/src/qt/rpcconsole.h @@ -87,7 +87,7 @@ public Q_SLOTS: /** Set number of connections shown in the UI */ void setNumConnections(int count); /** Set number of blocks and last block date shown in the UI */ - void setNumBlocks(int count, const QDateTime& blockDate, double nVerificationProgress); + void setNumBlocks(int count, const QDateTime& blockDate, double nVerificationProgress, bool headers); /** Set size (number of transactions and memory usage) of the mempool in the UI */ void setMempoolSize(long numberOfTxs, size_t dynUsage); /** Go forward or back in history */ |