diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-04-21 19:04:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-21 19:04:55 +0200 |
| commit | 2fcacd1e8419aef30b8119fa173fddfe8fca74d3 (patch) | |
| tree | 46e225b5dd4f789b3faff931d9eeb55bfbe9a8bd | |
| parent | 02ae14fd6bcd705ed838fba627775e4d8d52b5f3 (diff) | |
| download | monzero-gui-2fcacd1e8419aef30b8119fa173fddfe8fca74d3.tar.gz monzero-gui-2fcacd1e8419aef30b8119fa173fddfe8fca74d3.tar.xz monzero-gui-2fcacd1e8419aef30b8119fa173fddfe8fca74d3.zip | |
main: update estimatedBlockchainSize
| -rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
