Skip to content

Commit 8562792

Browse files
committed
GUI/RPCConsole: Include importmulti in history sensitive-command filter
1 parent ff77faf commit 8562792

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/rpcconsole.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ namespace {
6969
// don't add private key handling cmd's to the history
7070
const QStringList historyFilter = QStringList()
7171
<< "importprivkey"
72+
<< "importmulti"
7273
<< "signmessagewithprivkey"
7374
<< "signrawtransaction"
7475
<< "walletpassphrase"

0 commit comments

Comments
 (0)