RPC: add getrawchangeaddress, for raw transaction change destinations

This commit is contained in:
Jeff Garzik
2013-08-28 16:29:52 -04:00
parent bb7d0fc12f
commit e5e9904c1c
3 changed files with 25 additions and 0 deletions

View File

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