Skip to content

Commit

Permalink
Qt/RPCConsole: Add signmessagewithprivkey to list of commands filtere…
Browse files Browse the repository at this point in the history
…d from history
  • Loading branch information
luke-jr committed Dec 29, 2016
1 parent afde12f commit d80a006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/rpcconsole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d80a006

Please sign in to comment.