Skip to content

Commit b35c5ae

Browse files
committed
src/bitcoin.cpp:try bitcoin-qt first
1 parent 5190389 commit b35c5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitcoin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ int main(int argc, char* argv[])
6969
if (cmd.show_help_all) tfm::format(std::cout, HELP_EXTRA);
7070
return cmd.show_help ? EXIT_SUCCESS : EXIT_FAILURE;
7171
} else if (cmd.command == "gui") {
72-
args.emplace_back(cmd.use_multiprocess ? "bitcoin-gui" : "bitcoin-qt");
72+
args.emplace_back(cmd.use_multiprocess ? "bitcoin-qt" : "bitcoin-gui");
7373
} else if (cmd.command == "node") {
7474
args.emplace_back(cmd.use_multiprocess ? "bitcoin-node" : "bitcoind");
7575
} else if (cmd.command == "rpc") {

0 commit comments

Comments
 (0)