Add 'sethdseed' RPC to initialize or replace HD seed

This commit is contained in:
Chris Moore
2017-09-12 14:01:12 -07:00
committed by Andrew Chow
parent dd3c07acce
commit b5ba01a187
5 changed files with 80 additions and 0 deletions

View File

@@ -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" },