From 1f56d7b4e8e6b09a2c40f8ed379fb2450153cb61 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 5 Nov 2016 10:35:22 -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 83d2b365b..37ff08148 100755 --- a/iguana/dpow/dpow_fsm.c +++ b/iguana/dpow/dpow_fsm.c @@ -634,7 +634,7 @@ void dpow_statemachinestart(void *ptr) } if ( bp->state != 0xffffffff ) { - printf("dp->ht.%d ht.%d DEST.%08x %s\n",dp->checkpoint.blockhash.height,checkpoint.blockhash.height,deststate,bits256_str(str,srchash.hash)); + printf("dp->ht.%d ht.%d DEST.%08x %s\n",dp->checkpoint.blockhash.height,checkpoint.blockhash.height,bp->state,bits256_str(str,srchash)); bp->state = dpow_statemachineiterate(myinfo,dp,dest,bp,myind,1); } if ( 0 && dp->cancelratify != 0 && bp->isratify != 0 )