|
@ -24,6 +24,7 @@ double LP_query(char *method,struct LP_quoteinfo *qp,char *base,char *rel,bits25 |
|
|
qp->desthash = mypub; |
|
|
qp->desthash = mypub; |
|
|
strcpy(qp->srccoin,base); |
|
|
strcpy(qp->srccoin,base); |
|
|
strcpy(qp->destcoin,rel); |
|
|
strcpy(qp->destcoin,rel); |
|
|
|
|
|
qp->desthash = LP_mypubkey; |
|
|
if ( strcmp(method,"request") == 0 ) |
|
|
if ( strcmp(method,"request") == 0 ) |
|
|
{ |
|
|
{ |
|
|
qp->quotetime = (uint32_t)time(NULL); |
|
|
qp->quotetime = (uint32_t)time(NULL); |
|
|