aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.h
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2016-07-19 15:50:50 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2016-08-26 09:53:09 +0200
commite47052f6b5ea901ecdc1cb8245dd98a98b06618a (patch)
tree36ce56606cc4ce302091412264196a9df86a6705 /src/qt/clientmodel.h
parenta001f1880283089d3eb0aa83e889d9707d79fd5f (diff)
downloadbitcoin-e47052f6b5ea901ecdc1cb8245dd98a98b06618a.tar.xz
[Qt] ClientModel add method to get the height of the header chain
Diffstat (limited to 'src/qt/clientmodel.h')
-rw-r--r--src/qt/clientmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h
index 99fd574b9e..f0c9a7988a 100644
--- a/src/qt/clientmodel.h
+++ b/src/qt/clientmodel.h
@@ -51,6 +51,7 @@ public:
//! Return number of connections, default is in- and outbound (total)
int getNumConnections(unsigned int flags = CONNECTIONS_ALL) const;
int getNumBlocks() const;
+ int getHeaderHeight() const;
//! Return number of transactions in the mempool
long getMempoolSize() const;