diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 49214c0c9c..6611accf73 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -250,14 +250,12 @@ static const CRPCConvertParam vRPCConvertParams[] = { "sendtokenstoaddress", 1, "to" }, { "getanchorteams", 0, "blockHeight" }, { "getactivemasternodecount", 0, "blockCount" }, - - { "spv_claimhtlc", 3, "feerate" }, - - { "spv_refundhtlc", 2, "feerate" }, - { "appointoracle", 2, "weightage" }, { "updateoracle", 3, "weightage" }, { "setoracledata", 1, "timestamp" }, + + { "spv_claimhtlc", 3, "feerate" }, + { "spv_refundhtlc", 2, "feerate" }, }; // clang-format on