fix(qt): include upgradetohd into "no history" list (#4832)

This commit is contained in:
UdjinM6 2022-05-12 23:12:36 +03:00 committed by GitHub
parent eccceaebb1
commit 9e9ccc6b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,7 @@ const QStringList historyFilter = QStringList()
<< "importmulti" << "importmulti"
<< "signmessagewithprivkey" << "signmessagewithprivkey"
<< "signrawtransactionwithkey" << "signrawtransactionwithkey"
<< "upgradetohd"
<< "walletpassphrase" << "walletpassphrase"
<< "walletpassphrasechange" << "walletpassphrasechange"
<< "encryptwallet"; << "encryptwallet";