Implement RPC call z_listoperationids and update z_getoperationstatus to take a list parameter.

This commit is contained in:
Simon
2016-08-22 09:18:44 -07:00
parent 861513a01f
commit 34f0001ccc
4 changed files with 87 additions and 18 deletions

View File

@@ -100,6 +100,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "getblocksubsidy", 0},
{ "z_sendmany", 1},
{ "z_sendmany", 2},
{ "z_getoperationstatus", 0},
{ "z_importkey", 1 }
};