[Qt] Don't add arguments of sensitive command to console window
This commit is contained in:
parent
db1ae5470b
commit
7278537730
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue