Skip to content

Commit

Permalink
GUI/RPCConsole: Include importmulti in history sensitive-command filter
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Dec 29, 2016
1 parent ff77faf commit 8562792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/rpcconsole.cpp
Expand Up @@ -69,6 +69,7 @@ namespace {
// don't add private key handling cmd's to the history
const QStringList historyFilter = QStringList()
<< "importprivkey"
<< "importmulti"
<< "signmessagewithprivkey"
<< "signrawtransaction"
<< "walletpassphrase"
Expand Down

0 comments on commit 8562792

Please sign in to comment.