We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff77faf commit 8562792Copy full SHA for 8562792
src/qt/rpcconsole.cpp
@@ -69,6 +69,7 @@ namespace {
69
// don't add private key handling cmd's to the history
70
const QStringList historyFilter = QStringList()
71
<< "importprivkey"
72
+ << "importmulti"
73
<< "signmessagewithprivkey"
74
<< "signrawtransaction"
75
<< "walletpassphrase"
0 commit comments