aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2022-10-07 02:00:28 +0200
committerselsta <selsta@sent.at>2022-10-07 02:00:28 +0200
commit83921a4bc8d44071e2c2b4841d5b0a02cf0e7475 (patch)
tree68499b1f13718191ee5e5accb28ac105ddcda653 /main.qml
parentaef4a982dc644b3e971a89c8b65dd57d21d5e085 (diff)
downloadmonzero-gui-83921a4bc8d44071e2c2b4841d5b0a02cf0e7475.tar.gz
monzero-gui-83921a4bc8d44071e2c2b4841d5b0a02cf0e7475.tar.xz
monzero-gui-83921a4bc8d44071e2c2b4841d5b0a02cf0e7475.zip
main: update blockchain size
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index 4be6be06..dd3c8a94 100644
--- a/main.qml
+++ b/main.qml
@@ -94,7 +94,7 @@ ApplicationWindow {
readonly property string localDaemonAddress : "localhost:" + getDefaultDaemonRpcPort(persistentSettings.nettype)
property string currentDaemonAddress;
property int disconnectedEpoch: 0
- property int estimatedBlockchainSize: persistentSettings.pruneBlockchain ? 40 : 105 // GB
+ property int estimatedBlockchainSize: persistentSettings.pruneBlockchain ? 55 : 150 // GB
property alias viewState: rootItem.state
property string prevSplashText;
property bool splashDisplayedBeforeButtonRequest;