jl777 8 years ago
parent
commit
e5dc63da99
  1. 3
      iguana/dpow/dpow_tx.c

3
iguana/dpow/dpow_tx.c

@ -513,9 +513,10 @@ void dpow_sigscheck(struct supernet_info *myinfo,struct dpow_info *dp,struct dpo
else
{
printf("NULL return from sendrawtransaction. abort\n");
bp->desttxid = bp->hashmsg;
if ( bp->numerrors++ < 0 )
sleep(10);
else bp->state = 0xffffffff;
else bp->state = (bp->state >= 1000) ? 0xffffffff : 1000;
}
} else printf("numsigs.%d vs required.%d\n",numsigs,bp->minsigs);
}

Loading…
Cancel
Save