qt: add createwallet, createwalletdescriptor, and migratewallet to history filter

This commit is contained in:
WakeTrainDev
2025-10-10 23:55:06 +03:00
parent d2987102dd
commit 4e352efa2c

View File

@@ -72,6 +72,9 @@ namespace {
// don't add private key handling cmd's to the history
const QStringList historyFilter = QStringList()
<< "createwallet"
<< "createwalletdescriptor"
<< "migratewallet"
<< "signmessagewithprivkey"
<< "signrawtransactionwithkey"
<< "walletpassphrase"