Browse Source

try

blackjok3r
blackjok3r 6 years ago
parent
commit
480fc8916f
  1. 2
      iguana/dpow/dpow_fsm.c

2
iguana/dpow/dpow_fsm.c

@ -638,7 +638,7 @@ void dpow_statemachinestart(void *ptr)
else if ( dest_confs == 0 )
{
// not confirmed, rebroadcast it.
fprintf(stderr, "[%s] txid.%s is not confirmed rebroadcasting.... \n tx.%s",dp->dest, bits256_str(str,bp->desttxid), desttx);
fprintf(stderr, "[%s] txid.%s is not confirmed rebroadcasting.... \n tx.%s",dp->dest, bits256_str(str,bp->desttxid), rettx);
if ( desttx[0] != 0 )
{
if ( dpow_sendrawtransaction(myinfo, bp->destcoin, desttx) == 0 )

Loading…
Cancel
Save