Browse Source

Test

etomic
jl777 7 years ago
parent
commit
3ae357307f
  1. 2
      iguana/exchanges/LP_rpc.c

2
iguana/exchanges/LP_rpc.c

@ -212,7 +212,7 @@ cJSON *LP_NXT_redeems()
if ( (msgjson= LP_NXT_message(method,txnum,"test")) != 0 )
{
printf("%d method.(%s) (%s)\n",i,method,jprint(msgjson,0));
free_json(retjson);
free_json(msgjson);
}
}
}

Loading…
Cancel
Save