aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-04-22 01:58:29 -0400
committerluigi1111 <luigi1111w@gmail.com>2021-04-22 01:58:29 -0400
commitbc1131ce41f5386639ddf0538df8044cb5271598 (patch)
tree901600a77d35ad9ac726c6769fb2ea10266236f0 /main.qml
parent5667526ef6eb5ea46732e1df521ae5868167c3b5 (diff)
parent2fcacd1e8419aef30b8119fa173fddfe8fca74d3 (diff)
downloadmonzero-gui-bc1131ce41f5386639ddf0538df8044cb5271598.tar.gz
monzero-gui-bc1131ce41f5386639ddf0538df8044cb5271598.tar.xz
monzero-gui-bc1131ce41f5386639ddf0538df8044cb5271598.zip
Merge pull request #3425
2fcacd1 main: update estimatedBlockchainSize (rating89us)
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 f7c3ae82..c0e67eae 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;