aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2018-10-02 23:12:17 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2018-10-06 00:07:05 +0300
commit3045704502e8a241b60b847fd52fcbed3129a2e4 (patch)
tree5931b4aa916232f7b1e4828d98fbc92d89276d3b /src/qt/clientmodel.h
parent4b4e9486af9a9b46997ebb579c58bf8d5f83a276 (diff)
downloadbitcoin-3045704502e8a241b60b847fd52fcbed3129a2e4.tar.xz
Add "Blocksdir" to Debug window
To get the current blocksdir is valuable for debug purposes after merging #12653.
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 ed7ecbf73b..79e7074cca 100644
--- a/src/qt/clientmodel.h
+++ b/src/qt/clientmodel.h
@@ -69,6 +69,7 @@ public:
bool isReleaseVersion() const;
QString formatClientStartupTime() const;
QString dataDir() const;
+ QString blocksDir() const;
bool getProxyInfo(std::string& ip_port) const;