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 {
// don't add private key handling cmd's to the history // don't add private key handling cmd's to the history
const QStringList historyFilter = QStringList() const QStringList historyFilter = QStringList()
<< "importprivkey" << "importprivkey"
<< "importmulti"
<< "signmessagewithprivkey" << "signmessagewithprivkey"
<< "signrawtransaction" << "signrawtransaction"
<< "walletpassphrase" << "walletpassphrase"

Loading…
Cancel
Save