From 5515b0f893af2a2a45f88bb4bfa1a7a4446ab2af Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Wed, 6 Mar 2019 18:45:57 +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 a19792419..2d452c312 100755 --- a/iguana/dpow/dpow_fsm.c +++ b/iguana/dpow/dpow_fsm.c @@ -630,7 +630,7 @@ void dpow_statemachinestart(void *ptr) // get the confirms for desttxid if ( destnotarized == 0 ) { - if (dest_confs= dpow_txconfirms(myinfo, bp->destcoin, bp->desttxid, rettx)) != -1 ) + if ( (dest_confs= dpow_txconfirms(myinfo, bp->destcoin, bp->desttxid, rettx)) != -1 ) { if ( desttx[0] == 0 && rettx[0] != 0 ) {