From daeae05ea2e07016e37e97065daa2471d6402d99 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 11 Oct 2016 17:29:31 -0300 Subject: [PATCH] test --- iguana/iguana_notary.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 355d1a3f5..985cd123f 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -859,6 +859,8 @@ uint32_t dpow_statemachineiterate(struct supernet_info *myinfo,struct dpow_info dpow_signedtxgen(myinfo,coin,bp,mask,k,myind,opret_symbol); } } + if ( bp->state != 0xffffffff ) + bp->state = 2; break; } return(bp->state);