diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index 23a4a2507..c979fdf87 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -68,6 +68,7 @@ namespace { // don't add private key handling cmd's to the history const QStringList historyFilter = QStringList() << "importprivkey" + << "signmessagewithprivkey" << "signrawtransaction" << "walletpassphrase" << "walletpassphrasechange"