main: Update blockchain size

This commit is contained in:
Collin Bartlam
2025-05-09 01:20:47 -04:00
parent 2b0e7d0dee
commit a56d4d0f4b

View File

@@ -94,7 +94,7 @@ ApplicationWindow {
readonly property string localDaemonAddress : "localhost:" + getDefaultDaemonRpcPort(persistentSettings.nettype) readonly property string localDaemonAddress : "localhost:" + getDefaultDaemonRpcPort(persistentSettings.nettype)
property string currentDaemonAddress; property string currentDaemonAddress;
property int disconnectedEpoch: 0 property int disconnectedEpoch: 0
property int estimatedBlockchainSize: persistentSettings.pruneBlockchain ? 55 : 150 // GB property int estimatedBlockchainSize: persistentSettings.pruneBlockchain ? 100 : 225 // GB
property alias viewState: rootItem.state property alias viewState: rootItem.state
property string prevSplashText; property string prevSplashText;
property bool splashDisplayedBeforeButtonRequest; property bool splashDisplayedBeforeButtonRequest;