Skip to content

Commit

Permalink
[Qt] Don't add arguments of sensitive command to console window
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschnelli committed Mar 27, 2017
1 parent db1ae54 commit 7278537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/rpcconsole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ void RPCConsole::on_lineEdit_returnPressed()

cmdBeforeBrowsing = QString();

message(CMD_REQUEST, cmd);
message(CMD_REQUEST, QString::fromStdString(strFilteredCmd));
Q_EMIT cmdRequest(cmd);

cmd = QString::fromStdString(strFilteredCmd);
Expand Down

0 comments on commit 7278537

Please sign in to comment.