1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-25 10:47:19 +01:00

main: update estimatedBlockchainSize

This commit is contained in:
rating89us 2021-04-21 19:04:55 +02:00 committed by GitHub
parent 02ae14fd6b
commit 2fcacd1e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;