diff options
author | Chris Moore <dooglus@gmail.com> | 2017-09-12 14:01:12 -0700 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2018-05-12 13:15:21 -0400 |
commit | b5ba01a18707b1d50c4d073bd40e1e92d78d04c1 (patch) | |
tree | a5d778bd459b76b06aaf94532590878402ccd894 /src/qt | |
parent | dd3c07acce7ab67f32a79393abf6227009bd440d (diff) |
Add 'sethdseed' RPC to initialize or replace HD seed
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/rpcconsole.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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" |