diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index 9d1d0b336..a89e538dd 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -148,6 +148,9 @@ static const CRPCConvertParam vRPCConvertParams[] = { "getproofroot", 2}, { "height_MoM", 1}, { "calc_MoM", 2}, + { "rewardscreatefunding", 3}, + { "rewardscreatefunding", 4}, + { "rewardscreatefunding", 5}, }; class CRPCConvertTable