Rather than both.
Introduced in 386a6b62a8a1db9dd0f354cb95b7585f555c7e5d, #12653
1630@@ -1631,7 +1631,7 @@ bool AppInitMain(InitInterfaces& interfaces)
1631
1632 // ********************************************************* Step 11: import blocks
1633
1634- if (!CheckDiskSpace() && !CheckDiskSpace(0, true))
1635+ if (!CheckDiskSpace() || !CheckDiskSpace(0, true))
1630@@ -1631,7 +1631,7 @@ bool AppInitMain(InitInterfaces& interfaces)
1631
1632 // ********************************************************* Step 11: import blocks
1633
1634- if (!CheckDiskSpace() && !CheckDiskSpace(0, true))
1635+ if (!CheckDiskSpace() || !CheckDiskSpace(/* additional_bytes */ 0, /* blocks_dir */ true))
Rather than both.
Introduced in 386a6b62a8a1db9dd0f354cb95b7585f555c7e5d