From 2fcacd1e8419aef30b8119fa173fddfe8fca74d3 Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Wed, 21 Apr 2021 19:04:55 +0200 Subject: [PATCH] main: update estimatedBlockchainSize --- main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.qml b/main.qml index 8c0603e8..645ef3b8 100644 --- a/main.qml +++ b/main.qml @@ -92,7 +92,7 @@ ApplicationWindow { readonly property string localDaemonAddress : "localhost:" + getDefaultDaemonRpcPort(persistentSettings.nettype) property string currentDaemonAddress; property int disconnectedEpoch: 0 - property int estimatedBlockchainSize: 75 // GB + property int estimatedBlockchainSize: 105 // GB property alias viewState: rootItem.state property string prevSplashText; property bool splashDisplayedBeforeButtonRequest;