0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00

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

This commit is contained in:
Luke Dashjr 2016-10-04 14:07:50 +00:00
parent afde12f265
commit d80a00660f

View file

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