From 8562792095a78fdef2dacc3c5e32c41206df4c87 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Tue, 22 Nov 2016 23:37:23 +0000 Subject: [PATCH] GUI/RPCConsole: Include importmulti in history sensitive-command filter --- src/qt/rpcconsole.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index 5cba588d0..38fe659c3 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -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"