From c80bbad987cdee77d70dab1fcea73607355628a4 Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Wed, 6 Mar 2019 17:30:40 +0800 Subject: [PATCH] fix --- iguana/dpow/dpow_fsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/dpow/dpow_fsm.c b/iguana/dpow/dpow_fsm.c index 0a020bedc..63280871c 100755 --- a/iguana/dpow/dpow_fsm.c +++ b/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);