From 9e9ccc6b923ca03698f7812e2e54bd964c9931b8 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Thu, 12 May 2022 23:12:36 +0300 Subject: [PATCH] fix(qt): include `upgradetohd` into "no history" list (#4832) --- src/qt/rpcconsole.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index bb4ff19c59..a68df443de 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -69,6 +69,7 @@ const QStringList historyFilter = QStringList() << "importmulti" << "signmessagewithprivkey" << "signrawtransactionwithkey" + << "upgradetohd" << "walletpassphrase" << "walletpassphrasechange" << "encryptwallet";