aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
diff options
context:
space:
mode:
authorLuke Dashjr <[email protected]>2016-11-22 23:37:23 +0000
committerLuke Dashjr <[email protected]>2016-12-29 11:47:58 +0000
commit8562792095a78fdef2dacc3c5e32c41206df4c87 (patch)
tree07173250efdcecab8a921792d71b048d645944a6 /src/qt/rpcconsole.cpp
parentQt/RPCConsole: Use RPCParseCommandLine to perform command filtering (diff)
downloaddiscoin-8562792095a78fdef2dacc3c5e32c41206df4c87.tar.xz
discoin-8562792095a78fdef2dacc3c5e32c41206df4c87.zip
GUI/RPCConsole: Include importmulti in history sensitive-command filter
Diffstat (limited to 'src/qt/rpcconsole.cpp')
-rw-r--r--src/qt/rpcconsole.cpp1
1 files changed, 1 insertions, 0 deletions
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"