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

Github-Pull: #gui901
Rebased-From: 4e352efa2c
This commit is contained in:
WakeTrainDev
2025-10-10 23:55:06 +03:00
committed by fanquake
parent 3afd5a9729
commit 049bf100f1

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"