Merge pull request #3425

2fcacd1 main: update estimatedBlockchainSize (rating89us)
This commit is contained in:
luigi1111 2021-04-22 01:58:29 -04:00
commit bc1131ce41
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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;