Browse Source

fix

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

2
iguana/dpow/dpow_fsm.c

@ -629,7 +629,7 @@ void dpow_statemachinestart(void *ptr)
// get the confirms for desttxid
if ( destnotarized == 0 && (dest_confs= dpow_txconfirms(myinfo, bp->destcoin, bp->desttxid, rettx)) != -1 )
{
if ( desttx[0] == 0 )
if ( desttx[0] == 0 && rettx[0] != 0 )
{
strcpy(rettx,desttx);
fprintf(stderr, "desttx.%s\n", desttx);

Loading…
Cancel
Save