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

This commit is contained in:
Luke Dashjr 2016-11-22 23:37:23 +00:00
parent ff77faf480
commit 8562792095

View file

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