diff options
| author | Collin Bartlam <collin@skepticsoft.net> | 2025-05-09 01:20:47 -0400 |
|---|---|---|
| committer | Collin Bartlam <collin@skepticsoft.net> | 2025-05-09 01:20:47 -0400 |
| commit | a56d4d0f4bc577e69207ce6a0a231581dd8e4e18 (patch) | |
| tree | 3e945ba33edf5a97e84bbc23a1df650446e5c319 /main.qml | |
| parent | 2b0e7d0dee6ba3d9daa97fd8734447472a34f853 (diff) | |
| download | monzero-gui-a56d4d0f4bc577e69207ce6a0a231581dd8e4e18.tar.gz monzero-gui-a56d4d0f4bc577e69207ce6a0a231581dd8e4e18.tar.xz monzero-gui-a56d4d0f4bc577e69207ce6a0a231581dd8e4e18.zip | |
main: Update blockchain size
Diffstat (limited to 'main.qml')
| -rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ? 55 : 150 // GB + property int estimatedBlockchainSize: persistentSettings.pruneBlockchain ? 100 : 225 // GB property alias viewState: rootItem.state property string prevSplashText; property bool splashDisplayedBeforeButtonRequest; |
