Browse Source

test

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

2
iguana/iguana_unspents.c

@ -396,7 +396,7 @@ int64_t iguana_pkhashbalance(struct supernet_info *myinfo,struct iguana_info *co
{
if ( ramchain->height < (coin->bundlescount-1)*coin->chain->bundlesize )
{
printf("iguana_pkhashbalance.[%d] %d: unexpected null spents.%p or rdata.%p\n",ramchain->height,(coin->bundlescount-1)*coin->chain->bundlesize,ramchain->Uextras,rdata);
//printf("iguana_pkhashbalance.[%d] %d: unexpected null spents.%p or rdata.%p\n",ramchain->height,(coin->bundlescount-1)*coin->chain->bundlesize,ramchain->Uextras,rdata);
} else iguana_volatilesalloc(coin,ramchain,0);
return(0);
}

Loading…
Cancel
Save