mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Add address groupings RPC from the coincontrol patches.
Signed-off-by: Gregory Maxwell <greg@xiph.org>
This commit is contained in:
parent
47753fa369
commit
22dfd73598
5 changed files with 163 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ static const CRPCCommand vRPCCommands[] =
|
|||
{ "getblockhash", &getblockhash, false, false },
|
||||
{ "gettransaction", &gettransaction, false, false },
|
||||
{ "listtransactions", &listtransactions, false, false },
|
||||
{ "listaddressgroupings", &listaddressgroupings, false, false },
|
||||
{ "signmessage", &signmessage, false, false },
|
||||
{ "verifymessage", &verifymessage, false, false },
|
||||
{ "getwork", &getwork, true, false },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue