Browse Source

Test

etomic
jl777 7 years ago
parent
commit
fe3e4ffca7
  1. 2
      iguana/iguana_ramchain.c

2
iguana/iguana_ramchain.c

@ -1658,6 +1658,8 @@ int32_t iguana_ramchain_iterate(struct supernet_info *myinfo,struct iguana_info
printf("iguana_ramchain_iterate cant iterate without data\n"); printf("iguana_ramchain_iterate cant iterate without data\n");
return(-1); return(-1);
} }
if ( rdata->firsti != 1 )
printf("unexpected firsti.%d %s.%d\n",rdata->firsti,coin->symbol,bundlei);
if ( dest != 0 ) if ( dest != 0 )
{ {
// required to do one block at a time, all vins/vouts the same height are assumed to happen simultaneously with vouts before vins // required to do one block at a time, all vins/vouts the same height are assumed to happen simultaneously with vouts before vins

Loading…
Cancel
Save