Skip to content

Commit 4e352ef

Browse files
committed
qt: add createwallet, createwalletdescriptor, and migratewallet to history filter
1 parent d298710 commit 4e352ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/qt/rpcconsole.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ namespace {
7272

7373
// don't add private key handling cmd's to the history
7474
const QStringList historyFilter = QStringList()
75+
<< "createwallet"
76+
<< "createwalletdescriptor"
77+
<< "migratewallet"
7578
<< "signmessagewithprivkey"
7679
<< "signrawtransactionwithkey"
7780
<< "walletpassphrase"

0 commit comments

Comments
 (0)