Skip to content

Commit d80a006

Browse files
committed
Qt/RPCConsole: Add signmessagewithprivkey to list of commands filtered from history
1 parent afde12f commit d80a006

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/rpcconsole.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ namespace {
6868
// don't add private key handling cmd's to the history
6969
const QStringList historyFilter = QStringList()
7070
<< "importprivkey"
71+
<< "signmessagewithprivkey"
7172
<< "signrawtransaction"
7273
<< "walletpassphrase"
7374
<< "walletpassphrasechange"

0 commit comments

Comments
 (0)