Skip to content

Commit

Permalink
Fix rpc parameter not converted in defi-cli (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShengguangXiao authored Apr 13, 2021
1 parent 01e3283 commit c7a2b93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/rpc/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,10 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "sendtokenstoaddress", 1, "to" },
{ "getanchorteams", 0, "blockHeight" },
{ "getactivemasternodecount", 0, "blockCount" },

{ "spv_claimhtlc", 3, "feerate" },

{ "spv_refundhtlc", 2, "feerate" },
};
// clang-format on

Expand Down

0 comments on commit c7a2b93

Please sign in to comment.