diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-05-09 16:46:43 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-05-09 16:54:07 +0200 |
commit | 82564e21e79092a7e28aa5d31d8fdbdb3fd970ca (patch) | |
tree | 49973aaac1624a2c7d051cfd0bae532258a34068 /src/qt/bitcoingui.h | |
parent | e443ed2462b706650f51f08c8760dbf5047aa77f (diff) | |
parent | aa250f0453029afbf3c903899a3770c61e389468 (diff) |
Merge pull request #4134
aa250f0 Remove NumBlocksOfPeers (Wladimir J. van der Laan)
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r-- | src/qt/bitcoingui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 0cc1ebc502..b4675b95ac 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -130,7 +130,7 @@ public slots: /** Set number of connections shown in the UI */ void setNumConnections(int count); /** Set number of blocks shown in the UI */ - void setNumBlocks(int count, int nTotalBlocks); + void setNumBlocks(int count); /** Notify the user of an event from the core network or transaction handling code. @param[in] title the message box / notification title |