We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466ec48 commit 9b48413Copy full SHA for 9b48413
src/rpc/client.cpp
@@ -40,6 +40,8 @@ static const CRPCConvertParam vRPCConvertParams[] =
40
{ "getnetworkhashps", 1, "height" },
41
{ "sendtoaddress", 1, "amount" },
42
{ "sendtoaddress", 4, "subtractfeefromamount" },
43
+ { "sendtransparent", 1, "amount" },
44
+ { "sendtransparent", 4, "subtractfeefromamount" },
45
{ "settxfee", 0, "amount" },
46
{ "listaddressbalances", 0, "minamount" },
47
{ "getreceivedbyaddress", 1, "minconf" },
0 commit comments