Browse Source

test

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

4
iguana/dpow/dpow_fsm.c

@ -466,7 +466,9 @@ void dpow_statemachinestart(void *ptr)
} }
if ( myind < 0 || ep == 0 ) if ( myind < 0 || ep == 0 )
{ {
printf("statemachinestart this node %s %s is not official notary\n",srcaddr,destaddr); 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); free(ptr);
return; return;
} }

Loading…
Cancel
Save