This commit is contained in:
@@ -5544,7 +5544,7 @@ UniValue marmara_poolpayout(const UniValue& params, bool fHelp)
|
||||
perc = atof(params[0].get_str().c_str()) / 100.;
|
||||
firstheight = atol(params[1].get_str().c_str());
|
||||
jsonstr = (char *)params[2].get_str().c_str();
|
||||
fprintf(stderr,"perc %.2f ht.%d (%s)\n",perc,firstheight,jsonstr);
|
||||
fprintf(stderr,"perc %.8f ht.%d (%s)\n",perc,firstheight,jsonstr);
|
||||
return(MarmaraPoolPayout(0,firstheight,perc,jsonstr)); // [[pk0, shares0], [pk1, shares1], ...]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user