Browse Source

test

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

2
iguana/dpow/dpow_fsm.c

@ -466,6 +466,8 @@ void dpow_statemachinestart(void *ptr)
}
if ( myind < 0 || ep == 0 )
{
for (i=0; i<33; i++)
printf("%02x",dp->minerkey33[i]);
printf(" statemachinestart this node %s %s is not official notary\n",srcaddr,destaddr);
free(ptr);
return;

Loading…
Cancel
Save