Skip to content

Commit

Permalink
Update bitcoin.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vashshawn committed Dec 24, 2023
1 parent 105954b commit 7f35221
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/qt/bitcoin.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) 2011-2022 The Bitcoin Core developers
// Copyright (c) 2011-2023 The Bitcoin Core developers
// Copyright (c) 2011-2023 The Litedoge Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down Expand Up @@ -570,7 +571,7 @@ int GuiMain(int argc, char* argv[])
// Gracefully exit if the user cancels
if (!Intro::showIfNeeded(did_show_intro)) return EXIT_SUCCESS;

/// 6-7. Parse bitcoin.conf, determine network, switch to network specific
/// 6-7. Parse litedoge.conf, determine network, switch to network specific
/// options, and create datadir and settings.json.
// - Do not call gArgs.GetDataDirNet() before this step finishes
// - Do not call Params() before this step
Expand Down

0 comments on commit 7f35221

Please sign in to comment.