From 733a1c4c3049d1ed911a3601688a4bccc6e8b9c3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 29 Jul 2018 04:11:25 -1100 Subject: [PATCH] Test --- src/rpcclient.cpp | 3 +++ 1 file changed, 3 insertions(+) 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