Implement z_mergetoaddress for combining UTXOs and notes

Closes #2493.
This commit is contained in:
Jack Grigg
2017-12-11 16:43:09 +00:00
parent bdbe8e8591
commit 6e9c7629af
10 changed files with 2106 additions and 0 deletions

View File

@@ -387,6 +387,7 @@ static const CRPCCommand vRPCCommands[] =
{ "wallet", "z_listreceivedbyaddress",&z_listreceivedbyaddress,false },
{ "wallet", "z_getbalance", &z_getbalance, false },
{ "wallet", "z_gettotalbalance", &z_gettotalbalance, false },
{ "wallet", "z_mergetoaddress", &z_mergetoaddress, false },
{ "wallet", "z_sendmany", &z_sendmany, false },
{ "wallet", "z_shieldcoinbase", &z_shieldcoinbase, false },
{ "wallet", "z_getoperationstatus", &z_getoperationstatus, true },