mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-22 01:30:21 +02:00
Merge pull request #3425
2fcacd1
main: update estimatedBlockchainSize (rating89us)
This commit is contained in:
commit
bc1131ce41
2
main.qml
2
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;
|
||||
|
Loading…
Reference in New Issue
Block a user