aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.h
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2015-11-27 18:22:18 +0100
committerJonas Schnelli <dev@jonasschnelli.ch>2015-11-30 08:53:57 +0100
commit4082e4660305f7696949c3a13e2e9611210894e8 (patch)
tree0c9cf30842663b53cbe95300688b0a9f29d9a985 /src/qt/rpcconsole.h
parent947d20b84ab271bec5ff08312921961627d1ad80 (diff)
downloadbitcoin-4082e4660305f7696949c3a13e2e9611210894e8.tar.xz
[Qt] call GuessVerificationProgress synchronous during core signal, pass double over UI signal
Diffstat (limited to 'src/qt/rpcconsole.h')
-rw-r--r--src/qt/rpcconsole.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h
index 5debc1754e..4aebad480c 100644
--- a/src/qt/rpcconsole.h
+++ b/src/qt/rpcconsole.h
@@ -83,7 +83,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, const CBlockIndex* tip);
+ void setNumBlocks(int count, const QDateTime& blockDate, double nVerificationProgress);
/** 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 */