diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2020-04-20 14:42:52 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2020-11-19 03:15:53 +0000 |
commit | 62932cc686dc46ce14c026993deea8e561654177 (patch) | |
tree | c96402f607c6113a978164fa6fb57c09051d2671 /src/qt/bitcoin.h | |
parent | a47e5964861dfb98d61719c9852e12fd6da84c31 (diff) |
GUI/Intro: Return actual prune setting from showIfNeeded
Diffstat (limited to 'src/qt/bitcoin.h')
-rw-r--r-- | src/qt/bitcoin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoin.h b/src/qt/bitcoin.h index 69e0a5921e..17ea67ba66 100644 --- a/src/qt/bitcoin.h +++ b/src/qt/bitcoin.h @@ -68,7 +68,7 @@ public: /// Create options model void createOptionsModel(bool resetSettings); /// Initialize prune setting - void InitializePruneSetting(bool prune); + void InitPruneSetting(int64_t prune_MiB); /// Create main window void createWindow(const NetworkStyle *networkStyle); /// Create splash screen |