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/rpc/client.cpp | |
parent | dd3c07acce7ab67f32a79393abf6227009bd440d (diff) |
Add 'sethdseed' RPC to initialize or replace HD seed
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r-- | src/rpc/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 34c41b3b6b..475fe1e274 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -38,6 +38,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "sendtoaddress", 5 , "replaceable" }, { "sendtoaddress", 6 , "conf_target" }, { "settxfee", 0, "amount" }, + { "sethdseed", 0, "newkeypool" }, { "getreceivedbyaddress", 1, "minconf" }, { "getreceivedbyaccount", 1, "minconf" }, { "getreceivedbylabel", 1, "minconf" }, |