Test
This commit is contained in:
@@ -4972,6 +4972,7 @@ UniValue rewardscreatefunding(const UniValue& params, bool fHelp)
|
|||||||
mindeposit = 100 * COIN;
|
mindeposit = 100 * COIN;
|
||||||
name = (char *)params[0].get_str().c_str();
|
name = (char *)params[0].get_str().c_str();
|
||||||
funds = atof(params[1].get_str().c_str()) * COIN;
|
funds = atof(params[1].get_str().c_str()) * COIN;
|
||||||
|
fprintf(stderr,"params.size() %d\n",(int32_t)params.size());
|
||||||
if ( params.size() > 2 )
|
if ( params.size() > 2 )
|
||||||
{
|
{
|
||||||
APR = atof(params[2].get_str().c_str()) * COIN;
|
APR = atof(params[2].get_str().c_str()) * COIN;
|
||||||
|
|||||||
Reference in New Issue
Block a user