From b8ac7bb45a6c9ce31b4f5b0104e59ab9f24dbdb6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 4 Jul 2016 10:15:38 -0300 Subject: [PATCH] test --- iguana/iguana_unspents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana_unspents.c b/iguana/iguana_unspents.c index e28faa27b..b416e37fb 100755 --- a/iguana/iguana_unspents.c +++ b/iguana/iguana_unspents.c @@ -323,7 +323,7 @@ int32_t iguana_pkhasharray(struct supernet_info *myinfo,struct iguana_info *coin { if ( (bp= coin->bundles[i]) == 0 ) continue; - if ( lastheight > 0 && bp->bundleheight+bp->n > lastheight ) + if ( lastheight > 0 && bp->bundleheight > lastheight ) { printf("lastheight.%d less than %d\n",lastheight,bp->bundleheight+bp->n); break;