diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2022-12-01 23:42:49 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2022-12-01 23:42:49 -0600 |
| commit | b8e6cb221bc10a34415fbd91bb3bc840f7d36444 (patch) | |
| tree | f4a1e789c5180aa21b9e5817964997c50678d9b8 /main.qml | |
| parent | ef2e711e15b4765e128ca7abddf87f194c6d755a (diff) | |
| parent | 83921a4bc8d44071e2c2b4841d5b0a02cf0e7475 (diff) | |
| download | monzero-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.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 ? 40 : 105 // GB + property int estimatedBlockchainSize: persistentSettings.pruneBlockchain ? 55 : 150 // GB property alias viewState: rootItem.state property string prevSplashText; property bool splashDisplayedBeforeButtonRequest; |
