Browse Source

Test

pass-iguana-arg
jl777 7 years ago
parent
commit
35f074205c
  1. 2
      iguana/exchanges/LP_nativeDEX.c

2
iguana/exchanges/LP_nativeDEX.c

@ -901,7 +901,7 @@ void verusblocks(struct iguana_info *coin)
height = -1;
while ( (blockjson= LP_blockjson(&height,coin->symbol,hashstr,0)) != 0 )
{
height = juint(json,"height");
height = juint(blockjson,"height");
if ( (txs= jarray(&n,blockjson,"tx")) != 0 )
{
txid = jbits256i(txs,0);

Loading…
Cancel
Save