Browse Source

GUI/RPCConsole: Include importmulti in history sensitive-command filter

0.14
Luke Dashjr 8 years ago
parent
commit
8562792095
  1. 1
      src/qt/rpcconsole.cpp

1
src/qt/rpcconsole.cpp

@ -69,6 +69,7 @@ namespace { @@ -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"

Loading…
Cancel
Save