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

@@ -109,6 +109,10 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "z_gettotalbalance", 0},
{ "z_gettotalbalance", 1},
{ "z_gettotalbalance", 2},
{ "z_mergetoaddress", 0},
{ "z_mergetoaddress", 2},
{ "z_mergetoaddress", 3},
{ "z_mergetoaddress", 4},
{ "z_sendmany", 1},
{ "z_sendmany", 2},
{ "z_sendmany", 3},