mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-20 04:36:08 +01:00
Remove direct bitcoin calls from qt/intro.cpp
This commit is contained in:
committed by
John Newbery
parent
fe6f27e6ea
commit
d7c2c95948
@@ -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