Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
b8ac7bb45a
  1. 2
      iguana/iguana_unspents.c

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

Loading…
Cancel
Save