Qt/RPCConsole: Add signmessagewithprivkey to list of commands filtered from history

pull/308/head
Luke Dashjr 8 years ago
parent afde12f265
commit d80a00660f

@ -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"

Loading…
Cancel
Save