Browse Source

Test

etomic
jl777 7 years ago
parent
commit
d7a48f542c
  1. 1
      iguana/exchanges/LP_bitcoin.c

1
iguana/exchanges/LP_bitcoin.c

@ -3198,6 +3198,7 @@ cJSON *iguana_voutjson(uint8_t taddr,uint8_t pubtype,uint8_t p2shtype,struct igu
jadd(json,"scriptPubKey",skey); jadd(json,"scriptPubKey",skey);
} }
} }
free(vp);
return(json); return(json);
} }

Loading…
Cancel
Save