From 3476bdf2945665aaa7c74319e5e554b347acbc69 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 12 Jun 2017 10:21:58 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_commands.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/exchanges/LP_commands.c b/iguana/exchanges/LP_commands.c index 5954685cc..869525083 100644 --- a/iguana/exchanges/LP_commands.c +++ b/iguana/exchanges/LP_commands.c @@ -24,6 +24,7 @@ double LP_query(char *method,struct LP_quoteinfo *qp,char *base,char *rel,bits25 qp->desthash = mypub; strcpy(qp->srccoin,base); strcpy(qp->destcoin,rel); + qp->desthash = LP_mypubkey; if ( strcmp(method,"request") == 0 ) { qp->quotetime = (uint32_t)time(NULL);