mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-31 10:41:08 +00:00
qt: add createwallet, createwalletdescriptor, and migratewallet to history filter
Github-Pull: #gui901 Rebased-From: 4e352efa2ce756c668664486c99d003eef530e0c
This commit is contained in:
parent
3afd5a9729
commit
049bf100f1
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user