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

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