Test http fix

This commit is contained in:
jl777
2017-08-15 11:28:25 +02:00
parent 5101611f24
commit b5dc10bc38
2 changed files with 6 additions and 1 deletions

View File

@@ -449,7 +449,7 @@ int32_t komodo_pending_withdraws(char *opretstr) // todo: enforce deterministic
if ( n > 0 )
{
opretbuf[len++] = 'A';
qsort(paxes,n,sizeof(*paxes),_paxorder);
mergesort(paxes,n,sizeof(*paxes),_paxorder);
for (i=0; i<n; i++)
{
if ( len < (sizeof(opretbuf)>>3)*7 )