diff options
| author | Jonas Schnelli <[email protected]> | 2018-03-09 12:12:43 +0800 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2018-03-11 12:37:20 +0800 |
| commit | 386a6b62a8a1db9dd0f354cb95b7585f555c7e5d (patch) | |
| tree | 4179dce98f66712dd2f266ed0568b8911cbf8831 /src/qt/bitcoin.cpp | |
| parent | Merge #12568: Allow dustrelayfee to be set to zero (diff) | |
| download | discoin-386a6b62a8a1db9dd0f354cb95b7585f555c7e5d.tar.xz discoin-386a6b62a8a1db9dd0f354cb95b7585f555c7e5d.zip | |
Allow to optional specify the directory for the blocks storage
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 ab381bfb5..a47b4af44 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -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))) { |