Browse Source

Test

etomic
jl777 7 years ago
parent
commit
014e63d094
  1. 1
      iguana/exchanges/LP_scan.c

1
iguana/exchanges/LP_scan.c

@ -26,6 +26,7 @@ int32_t LP_blockinit(struct iguana_info *coin,int32_t height)
{
if ( (txs= jarray(&numtx,blockobj,"tx")) != 0 )
{
printf("LP_blockinit %s ht.%d numtx.%d\n",coin->symbol,height,numtx);
for (iter=0; iter<2; iter++)
{
txobj = 0;

Loading…
Cancel
Save