Skip to content

Commit

Permalink
Update RPC to cover shield DMNs
Browse files Browse the repository at this point in the history
  • Loading branch information
panleone committed Aug 31, 2023
1 parent e45e2a1 commit 9bf4592
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 141 deletions.
4 changes: 4 additions & 0 deletions src/rpc/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ static const CRPCConvertParam vRPCConvertParams[] = {
{ "preparebudget", 2, "npayments" },
{ "preparebudget", 3, "start" },
{ "preparebudget", 5, "montly_payment" },
{ "protx_register", 1, "collateralIndex" },
{ "protx_register", 2, "transparent" },
{ "protx_register_prepare", 1, "collateralIndex" },
{ "protx_register_prepare", 2, "transparent" },
{ "prioritisetransaction", 1, "fee_delta" },
{ "quorumdkgsimerror", 1, "rate" },
{ "quorumdkgstatus", 0, "detail_level" },
Expand Down
Loading

0 comments on commit 9bf4592

Please sign in to comment.