Skip to content

Commit

Permalink
[BROKEN] Add raw tx RPCs for CA
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose committed Mar 20, 2019
1 parent 6038c37 commit a03239d
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 33 deletions.
7 changes: 7 additions & 0 deletions src/rpc/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,13 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "combineblocksigs", 1, "signatures" },
{ "sendtomainchain", 1, "amount" },
{ "sendtomainchain", 2, "subtractfeefromamount" },
{ "rawblindrawtransaction", 1, "inputblinder" },
{ "rawblindrawtransaction", 2, "inputamount" },
{ "rawblindrawtransaction", 3, "inputasset" },
{ "rawblindrawtransaction", 4, "inputassetblinder" },
{ "rawblindrawtransaction", 6, "ignoreblindfail" },
{ "createrawtransaction", 4, "output_assets" },

};
// clang-format on

Expand Down
Loading

0 comments on commit a03239d

Please sign in to comment.