Remove direct bitcoin calls from qt/intro.cpp
This commit is contained in:
committed by
John Newbery
parent
fe6f27e6ea
commit
d7c2c95948
+1
-1
@@ -602,7 +602,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
/// 5. Now that settings and translations are available, ask user for data directory
|
||||
// User language is set up: pick a data directory
|
||||
if (!Intro::pickDataDirectory())
|
||||
if (!Intro::pickDataDirectory(*node))
|
||||
return EXIT_SUCCESS;
|
||||
|
||||
/// 6. Determine availability of data and blocks directory and parse bitcoin.conf
|
||||
|
||||
Reference in New Issue
Block a user