aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-11-20 09:02:33 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-11-20 14:34:11 +0100
commit776848acefa8345c7e510d31406160c4a1a24bca (patch)
tree6973c217b5167872c1e9d3897a05db6b680c8f12 /src/qt/rpcconsole.h
parent07b770caf3f57efb5f495661b33eda642e21b785 (diff)
parentc197798d1b7364e8225beaaa716399441288203e (diff)
downloadbitcoin-776848acefa8345c7e510d31406160c4a1a24bca.tar.xz
Merge pull request #6979
c197798 [Qt] simple mempool info in debug window (Jonas Schnelli)
Diffstat (limited to 'src/qt/rpcconsole.h')
-rw-r--r--src/qt/rpcconsole.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h
index 0914612c3e..4b242affcd 100644
--- a/src/qt/rpcconsole.h
+++ b/src/qt/rpcconsole.h
@@ -84,6 +84,8 @@ public Q_SLOTS:
void setNumConnections(int count);
/** Set number of blocks and last block date shown in the UI */
void setNumBlocks(int count, const QDateTime& blockDate);
+ /** 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 */
void browseHistory(int offset);
/** Scroll console view to end */