diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 7c669edbef..ac4cf9f36f 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -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