mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
RPC: add getrawchangeaddress, for raw transaction change destinations
This commit is contained in:
parent
bb7d0fc12f
commit
e5e9904c1c
3 changed files with 25 additions and 0 deletions
|
|
@ -208,6 +208,7 @@ static const CRPCCommand vRPCCommands[] =
|
|||
{ "getmininginfo", &getmininginfo, true, false },
|
||||
{ "getnewaddress", &getnewaddress, true, false },
|
||||
{ "getaccountaddress", &getaccountaddress, true, false },
|
||||
{ "getrawchangeaddress", &getrawchangeaddress, true, false },
|
||||
{ "setaccount", &setaccount, true, false },
|
||||
{ "getaccount", &getaccount, false, false },
|
||||
{ "getaddressesbyaccount", &getaddressesbyaccount, true, false },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue