mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-20 04:36:08 +01:00
Allow to optional specify the directory for the blocks storage
This commit is contained in:
@@ -617,7 +617,7 @@ int main(int argc, char *argv[])
|
||||
if (!Intro::pickDataDirectory())
|
||||
return EXIT_SUCCESS;
|
||||
|
||||
/// 6. Determine availability of data directory and parse bitcoin.conf
|
||||
/// 6. Determine availability of data and blocks directory and parse bitcoin.conf
|
||||
/// - Do not call GetDataDir(true) before this step finishes
|
||||
if (!fs::is_directory(GetDataDir(false)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user