Browse Source

test

olddPoW
jl777 8 years ago
parent
commit
ce90a960d3
  1. 2
      iguana/dpow/dpow_fsm.c

2
iguana/dpow/dpow_fsm.c

@ -512,7 +512,7 @@ void dpow_statemachinestart(void *ptr)
sleep(1);
}
starttime = (uint32_t)time(NULL);
printf("DPOW.%s statemachine checkpoint.%d %s\n",ASSETCHAINS_SYMBOL,checkpoint.blockhash.height,bits256_str(str,checkpoint.blockhash.hash));
printf("DPOW.%s statemachine checkpoint.%d %s\n",src->symbol,checkpoint.blockhash.height,bits256_str(str,checkpoint.blockhash.hash));
for (i=0; i<sizeof(srchash); i++)
srchash.bytes[i] = dp->minerkey33[i+1];
dpow_utxosync(myinfo,dp,bp,0,myind,srchash);

Loading…
Cancel
Save