This commit is contained in:
jl777
2019-02-10 03:32:42 -11:00
parent 3b32174da7
commit 634d3f5efd
3 changed files with 4 additions and 5 deletions

View File

@@ -810,7 +810,6 @@ UniValue rogue_finishgame(uint64_t txfee,struct CCcontract_info *cp,cJSON *param
seed = rogue_gamefields(obj,maxplayers,buyin,gametxid,myrogueaddr);
fprintf(stderr,"found baton %s numkeys.%d seed.%llu playerdata.%d\n",batontxid.ToString().c_str(),numkeys,(long long)seed,(int32_t)playerdata.size());
memset(&P,0,sizeof(P));
sleep(60);
if ( playerdata.size() > 0 )
{
for (i=0; i<playerdata.size(); i++)