Skip to content

Commit 7278537

Browse files
committed
[Qt] Don't add arguments of sensitive command to console window
1 parent db1ae54 commit 7278537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/rpcconsole.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ void RPCConsole::on_lineEdit_returnPressed()
825825

826826
cmdBeforeBrowsing = QString();
827827

828-
message(CMD_REQUEST, cmd);
828+
message(CMD_REQUEST, QString::fromStdString(strFilteredCmd));
829829
Q_EMIT cmdRequest(cmd);
830830

831831
cmd = QString::fromStdString(strFilteredCmd);

0 commit comments

Comments
 (0)