add reissueasset rpc call

This commit is contained in:
Gregory Sanders 2017-03-24 11:21:49 -04:00
parent f37db5e608
commit 56ba0e5378
2 changed files with 90 additions and 0 deletions

View file

@ -120,6 +120,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "issueasset", 0, "assetamount" },
{ "issueasset", 1, "tokenamount" },
{ "issueasset", 2, "blind" },
{ "reissueasset", 1, "assetamount" },
{ "setban", 3, "absolute" },
{ "setnetworkactive", 0, "state" },
{ "getmempoolancestors", 1, "verbose" },