From b5ba01a18707b1d50c4d073bd40e1e92d78d04c1 Mon Sep 17 00:00:00 2001 From: Chris Moore Date: Tue, 12 Sep 2017 14:01:12 -0700 Subject: Add 'sethdseed' RPC to initialize or replace HD seed --- src/qt/rpcconsole.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qt') diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index 7924840d0b..4032729a84 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -70,6 +70,7 @@ namespace { const QStringList historyFilter = QStringList() << "importprivkey" << "importmulti" + << "sethdseed" << "signmessagewithprivkey" << "signrawtransaction" << "signrawtransactionwithkey" -- cgit v1.2.3