Skip to content

Commit 9b48413

Browse files
committed
Add sendtransparent RPC parameters for amount and subtractfeefromamount
1 parent 466ec48 commit 9b48413

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rpc/client.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ static const CRPCConvertParam vRPCConvertParams[] =
4040
{ "getnetworkhashps", 1, "height" },
4141
{ "sendtoaddress", 1, "amount" },
4242
{ "sendtoaddress", 4, "subtractfeefromamount" },
43+
{ "sendtransparent", 1, "amount" },
44+
{ "sendtransparent", 4, "subtractfeefromamount" },
4345
{ "settxfee", 0, "amount" },
4446
{ "listaddressbalances", 0, "minamount" },
4547
{ "getreceivedbyaddress", 1, "minconf" },

0 commit comments

Comments
 (0)