Browse Source

Test

etomic
jl777 8 years ago
parent
commit
bc6c7695c2
  1. 2
      iguana/exchanges/LP_commands.c

2
iguana/exchanges/LP_commands.c

@ -370,6 +370,7 @@ trust(pubkey, trust)\n\
}*/
}
}
printf("ERROR.(%s)\n",jprint(argjson,0));
if ( reqjson != 0 )
free_json(reqjson);
if ( retstr != 0 )
@ -377,6 +378,5 @@ trust(pubkey, trust)\n\
free(retstr);
return(0);
}
printf("ERROR.(%s)\n",jprint(argjson,0));
return(0);
}

Loading…
Cancel
Save