We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5190389 commit b35c5aeCopy full SHA for b35c5ae
src/bitcoin.cpp
@@ -69,7 +69,7 @@ int main(int argc, char* argv[])
69
if (cmd.show_help_all) tfm::format(std::cout, HELP_EXTRA);
70
return cmd.show_help ? EXIT_SUCCESS : EXIT_FAILURE;
71
} else if (cmd.command == "gui") {
72
- args.emplace_back(cmd.use_multiprocess ? "bitcoin-gui" : "bitcoin-qt");
+ args.emplace_back(cmd.use_multiprocess ? "bitcoin-qt" : "bitcoin-gui");
73
} else if (cmd.command == "node") {
74
args.emplace_back(cmd.use_multiprocess ? "bitcoin-node" : "bitcoind");
75
} else if (cmd.command == "rpc") {
0 commit comments