diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index 1d9fd226d..b3be32cc6 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -403,7 +403,7 @@ void RPCConsole::buildParameterlist(QString arg) args.removeAll(UPGRADEWALLET); args.removeAll(REINDEX); - // Append repair parameter to command line. We don't care whether it might already be there + // Append repair parameter to command line. args.append(arg); // Send command-line arguments to BitcoinGUI::handleRestart()