Skip to content

Commit

Permalink
Merge pull request #137 from jl777/dev
Browse files Browse the repository at this point in the history
Update from upstream repo jl777/SuperNET@dev
  • Loading branch information
jl777 authored Aug 16, 2018
2 parents 6daa9a5 + 3b666f4 commit a06f903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iguana/exchanges/LP_ordermatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -654,9 +654,9 @@ char *LP_trade(void *ctx,char *myipaddr,int32_t mypubsock,struct LP_quoteinfo *q
strncpy(qp->uuidstr,uuidstr,sizeof(qp->uuidstr)-1);
qp->maxprice = maxprice;
qp->timestamp = (uint32_t)time(NULL);
if ( 0 && qp->gtc != 0 )
if ( qp->gtc != 0 )
{
strcpy(&qp->uuidstr[strlen(qp->uuidstr)-6],"cccccc");
//strcpy(&qp->uuidstr[strlen(qp->uuidstr)-6],"cccccc");
LP_gtc_addorder(qp);
}
{
Expand Down

0 comments on commit a06f903

Please sign in to comment.