jl777 8 years ago
parent
commit
637f6652ed
  1. 5
      iguana/dpow/dpow_fsm.c

5
iguana/dpow/dpow_fsm.c

@ -393,6 +393,11 @@ void dpow_statemachinestart(void *ptr)
dpow_entry2utxo(&U,bp,&bp->notaries[myind]); dpow_entry2utxo(&U,bp,&bp->notaries[myind]);
if ( (len= dpow_rwutxobuf(1,utxodata,&U,bp)) > 0 ) if ( (len= dpow_rwutxobuf(1,utxodata,&U,bp)) > 0 )
dpow_send(myinfo,dp,bp,srchash,bp->hashmsg,DPOW_UTXOCHANNEL,bp->height,utxodata,len); dpow_send(myinfo,dp,bp,srchash,bp->hashmsg,DPOW_UTXOCHANNEL,bp->height,utxodata,len);
else
{
dpow_send(myinfo,dp,bp,srchash,bp->hashmsg,0,bp->height,utxodata,0);
printf("error sending utxobuf\n");
}
} }
if ( 0 && dp->cancelratify != 0 && bp->isratify != 0 ) if ( 0 && dp->cancelratify != 0 && bp->isratify != 0 )
{ {

Loading…
Cancel
Save