Closes #1293 by adding z_getoperationresult and making z_getoperationstatus idempotent.

This commit is contained in:
Simon
2016-08-30 16:03:38 -07:00
parent 3b54bf5813
commit c1eae2806c
4 changed files with 41 additions and 6 deletions

View File

@@ -388,6 +388,7 @@ static const CRPCCommand vRPCCommands[] =
{ "wallet", "zcsamplejoinsplit", &zc_sample_joinsplit, true },
{ "wallet", "z_sendmany", &z_sendmany, true },
{ "wallet", "z_getoperationstatus", &z_getoperationstatus, true },
{ "wallet", "z_getoperationresult", &z_getoperationresult, true },
{ "wallet", "z_listoperationids", &z_listoperationids, true },
{ "wallet", "z_getnewaddress", &z_getnewaddress, true },
{ "wallet", "z_listaddresses", &z_listaddresses, true },