Browse Source

test

release/v0.1
jl777 8 years ago
parent
commit
4c035c4209
  1. 5
      iguana/iguana_unspents.c

5
iguana/iguana_unspents.c

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

Loading…
Cancel
Save