forked from Public/monero-gui
Wizard redesign
This commit is contained in:
@@ -275,9 +275,9 @@ QVariantMap DaemonManager::validateDataDir(const QString &dataDir) const
|
||||
valid = false;
|
||||
}
|
||||
|
||||
// Make sure there is 20GB storage available
|
||||
// Make sure there is 75GB storage available
|
||||
storageAvailable = storage.bytesAvailable()/1000/1000/1000;
|
||||
if (storageAvailable < 20) {
|
||||
if (storageAvailable < 75) {
|
||||
valid = false;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user