Browse Source

test

etomic
jl777 8 years ago
parent
commit
3904477077
  1. 1
      iguana/dpow/dpow_fsm.c

1
iguana/dpow/dpow_fsm.c

@ -439,6 +439,7 @@ void dpow_statemachinestart(void *ptr)
if ( bp->state != 0xffffffff ) if ( bp->state != 0xffffffff )
{ {
dpow_send(myinfo,dp,bp,srchash,bp->hashmsg,0,bp->height,(void *)"ping",0); dpow_send(myinfo,dp,bp,srchash,bp->hashmsg,0,bp->height,(void *)"ping",0);
dpow_nanomsg_update(myinfo);
} }
if ( 0 && dp->cancelratify != 0 && bp->isratify != 0 ) if ( 0 && dp->cancelratify != 0 && bp->isratify != 0 )
{ {

Loading…
Cancel
Save