mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
[Qt] ClientModel add method to get the height of the header chain
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user