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";