mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-09 01:40:27 +02:00
[Qt] Don't add arguments of sensitive command to console window
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user