Skip to content

Commit 3544a74

Browse files
committed
Update RPC to cover shield DMNs
1 parent 72ef95f commit 3544a74

File tree

2 files changed

+182
-141
lines changed

2 files changed

+182
-141
lines changed

src/rpc/client.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ static const CRPCConvertParam vRPCConvertParams[] = {
126126
{ "preparebudget", 2, "npayments" },
127127
{ "preparebudget", 3, "start" },
128128
{ "preparebudget", 5, "montly_payment" },
129+
{ "protx_register", 1, "collateralIndex" },
130+
{ "protx_register", 2, "transparent" },
131+
{ "protx_register_prepare", 1, "collateralIndex" },
132+
{ "protx_register_prepare", 2, "transparent" },
129133
{ "prioritisetransaction", 1, "fee_delta" },
130134
{ "quorumdkgsimerror", 1, "rate" },
131135
{ "quorumdkgstatus", 0, "detail_level" },

0 commit comments

Comments
 (0)