diff options
| author | Chris Moore <[email protected]> | 2017-09-12 14:01:12 -0700 |
|---|---|---|
| committer | Andrew Chow <[email protected]> | 2018-05-12 13:15:21 -0400 |
| commit | b5ba01a18707b1d50c4d073bd40e1e92d78d04c1 (patch) | |
| tree | a5d778bd459b76b06aaf94532590878402ccd894 /src/qt/rpcconsole.cpp | |
| parent | Separate HaveKey function that checks whether a key is in a keystore (diff) | |
| download | discoin-b5ba01a18707b1d50c4d073bd40e1e92d78d04c1.tar.xz discoin-b5ba01a18707b1d50c4d073bd40e1e92d78d04c1.zip | |
Add 'sethdseed' RPC to initialize or replace HD seed
Diffstat (limited to 'src/qt/rpcconsole.cpp')
| -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 7924840d0..4032729a8 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" |