aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2022-12-01 23:42:49 -0600
committerluigi1111 <luigi1111w@gmail.com>2022-12-01 23:42:49 -0600
commitb8e6cb221bc10a34415fbd91bb3bc840f7d36444 (patch)
treef4a1e789c5180aa21b9e5817964997c50678d9b8 /main.qml
parentef2e711e15b4765e128ca7abddf87f194c6d755a (diff)
parent83921a4bc8d44071e2c2b4841d5b0a02cf0e7475 (diff)
downloadmonzero-gui-b8e6cb221bc10a34415fbd91bb3bc840f7d36444.tar.gz
monzero-gui-b8e6cb221bc10a34415fbd91bb3bc840f7d36444.tar.xz
monzero-gui-b8e6cb221bc10a34415fbd91bb3bc840f7d36444.zip
Merge pull request #4048
83921a4 main: update blockchain size (selsta)
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 8e7c90ef..46462d15 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;