We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d298710 commit 4e352efCopy full SHA for 4e352ef
src/qt/rpcconsole.cpp
@@ -72,6 +72,9 @@ namespace {
72
73
// don't add private key handling cmd's to the history
74
const QStringList historyFilter = QStringList()
75
+ << "createwallet"
76
+ << "createwalletdescriptor"
77
+ << "migratewallet"
78
<< "signmessagewithprivkey"
79
<< "signrawtransactionwithkey"
80
<< "walletpassphrase"
0 commit comments