From 42106faf1884a7e5d67f90747ef779ab7f3325cb Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 29 Jul 2018 04:05:14 -1100 Subject: [PATCH] Test --- src/wallet/rpcwallet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 96d23447d..f7136f43c 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -4972,6 +4972,7 @@ UniValue rewardscreatefunding(const UniValue& params, bool fHelp) mindeposit = 100 * COIN; name = (char *)params[0].get_str().c_str(); funds = atof(params[1].get_str().c_str()) * COIN; + fprintf(stderr,"params.size() %d\n",(int32_t)params.size()); if ( params.size() > 2 ) { APR = atof(params[2].get_str().c_str()) * COIN;