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);