mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-01 18:49:15 +01: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();
|
cmdBeforeBrowsing = QString();
|
||||||
|
|
||||||
message(CMD_REQUEST, cmd);
|
message(CMD_REQUEST, QString::fromStdString(strFilteredCmd));
|
||||||
Q_EMIT cmdRequest(cmd);
|
Q_EMIT cmdRequest(cmd);
|
||||||
|
|
||||||
cmd = QString::fromStdString(strFilteredCmd);
|
cmd = QString::fromStdString(strFilteredCmd);
|
||||||
|
|||||||
Reference in New Issue
Block a user