[Qt] ClientModel add method to get the height of the header chain

This commit is contained in:
Jonas Schnelli
2016-07-19 15:50:50 +02:00
parent a001f18802
commit e47052f6b5
2 changed files with 9 additions and 0 deletions

View File

@@ -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;