diff options
author | Russell Yanofsky <russ@yanofsky.org> | 2017-04-17 15:44:10 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2018-04-04 16:52:40 -0400 |
commit | d7c2c9594897c39df6739b92610dfb5a7a1cb3ec (patch) | |
tree | 0b8355cffe4a206c43051ada4f2b796b2a6ccf2c /src/qt/bitcoin.cpp | |
parent | fe6f27e6ea68a139d3a98b30a53706008ef8b132 (diff) |
Remove direct bitcoin calls from qt/intro.cpp
Diffstat (limited to 'src/qt/bitcoin.cpp')
-rw-r--r-- | src/qt/bitcoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index ba473bb4e8..279726d6df 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -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 |