diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-04-22 01:58:29 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-04-22 01:58:29 -0400 |
| commit | bc1131ce41f5386639ddf0538df8044cb5271598 (patch) | |
| tree | 901600a77d35ad9ac726c6769fb2ea10266236f0 | |
| parent | 5667526ef6eb5ea46732e1df521ae5868167c3b5 (diff) | |
| parent | 2fcacd1e8419aef30b8119fa173fddfe8fca74d3 (diff) | |
| download | monzero-gui-bc1131ce41f5386639ddf0538df8044cb5271598.tar.gz monzero-gui-bc1131ce41f5386639ddf0538df8044cb5271598.tar.xz monzero-gui-bc1131ce41f5386639ddf0538df8044cb5271598.zip | |
Merge pull request #3425
2fcacd1 main: update estimatedBlockchainSize (rating89us)
| -rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
