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

pull/8877/head
Luke Dashjr 8 years ago
parent ff77faf480
commit 8562792095

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