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

Github-Pull: #gui901
Rebased-From: 4e352efa2ce756c668664486c99d003eef530e0c
This commit is contained in:
WakeTrainDev 2025-10-10 23:55:06 +03:00 committed by fanquake
parent 3afd5a9729
commit 049bf100f1
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

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"