Browse Source

test

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

2
iguana/iguana_unspents.c

@ -395,7 +395,7 @@ int64_t iguana_pkhashbalance(struct supernet_info *myinfo,struct iguana_info *co
if ( ramchain->Uextras == 0 || (rdata= ramchain->H.data) == 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);
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