aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorrating89us <45968869+rating89us@users.noreply.github.com>2021-04-21 19:04:55 +0200
committerGitHub <noreply@github.com>2021-04-21 19:04:55 +0200
commit2fcacd1e8419aef30b8119fa173fddfe8fca74d3 (patch)
tree46e225b5dd4f789b3faff931d9eeb55bfbe9a8bd /main.qml
parent02ae14fd6bcd705ed838fba627775e4d8d52b5f3 (diff)
downloadmonzero-gui-2fcacd1e8419aef30b8119fa173fddfe8fca74d3.tar.gz
monzero-gui-2fcacd1e8419aef30b8119fa173fddfe8fca74d3.tar.xz
monzero-gui-2fcacd1e8419aef30b8119fa173fddfe8fca74d3.zip
main: update estimatedBlockchainSize
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
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;