From 15fd1cd3296b20c18914b86e0174bbab7c6898d6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 2 Nov 2016 18:25:10 -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 d05750dc8..67bfd2392 100755 --- a/iguana/dpow/dpow_fsm.c +++ b/iguana/dpow/dpow_fsm.c @@ -549,7 +549,7 @@ void dpow_statemachinestart(void *ptr) { bp->bestk = -1; bp->bestmask = 0; - bp->height = dp->checkpoint.blockhash.height; + bp->height = ((dp->checkpoint.blockhash.height / 10) % (DPOW_FIRSTRATIFY/10)) * 10; printf("new rotation ht.%d\n",bp->height); } }