Browse Source

fix

blackjok3r
blackjok3r 6 years ago
parent
commit
7f8f6b1096
  1. 2
      iguana/dpow/dpow_fsm.c

2
iguana/dpow/dpow_fsm.c

@ -705,6 +705,7 @@ void dpow_statemachinestart(void *ptr)
dpow_sendrawtransaction(myinfo, bp->srccoin, srctx);
}
}
bp->state = 0xffffffff;
end:
// unlock the dest utxo on KMD.
@ -722,7 +723,6 @@ end:
}
// dp->blocks[bp->height] = 0;
bp->state = 0xffffffff;
bp->finished = 0xffffffff;
free(ptr);
}

Loading…
Cancel
Save