diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2016-11-22 23:37:23 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2016-12-29 11:47:58 +0000 |
commit | 8562792095a78fdef2dacc3c5e32c41206df4c87 (patch) | |
tree | 07173250efdcecab8a921792d71b048d645944a6 /src | |
parent | ff77faf480cfaf8098cfa04af6cc17a75c19ba49 (diff) |
GUI/RPCConsole: Include importmulti in history sensitive-command filter
Diffstat (limited to 'src')
-rw-r--r-- | src/qt/rpcconsole.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index 5cba588d0c..38fe659c33 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" |