Browse Source

test

release/v0.1
jl777 8 years ago
committed by Christopher Valerio
parent
commit
4e11f032bd
  1. 2
      iguana/iguana_bundles.c

2
iguana/iguana_bundles.c

@ -1068,7 +1068,7 @@ int32_t iguana_bundlefinalize(struct supernet_info *myinfo,struct iguana_info *c
if ( (tmpbp= coin->bundles[i]) != 0 )
tmpbp->converted = tmpbp->balancefinish = tmpbp->validated = 0;
#ifdef __PNACL__
iguana_bundlevalidate(coin,bp,1);
iguana_bundlevalidate(myinfo,coin,bp,1);
#endif
}
else

Loading…
Cancel
Save