From fee128e45539b15ea41dbe3106c432a24fc1a265 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 10 Nov 2016 20:49:15 -0300 Subject: [PATCH] test --- 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 540e41de2..b9942193a 100755 --- a/iguana/dpow/dpow_fsm.c +++ b/iguana/dpow/dpow_fsm.c @@ -728,7 +728,7 @@ void dpow_statemachinestart(void *ptr) //printf("dp->ht.%d ht.%d DEST.%08x %s\n",dp->checkpoint.blockhash.height,checkpoint.blockhash.height,bp->state,bits256_str(str,srchash)); if ( bp->isratify == 0 ) bp->state = dpow_statemachineiterate(myinfo,dp,dest,bp,myind,1); - else dpow_sync(myinfo,1,dp,bp,-1,bp->recvmask,myind,srchash,bp->state < 1000); + else dpow_utxosync(myinfo,dp,bp,-1,myind,srchash); } if ( 0 && dp->cancelratify != 0 && bp->isratify != 0 ) {