]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Tue, 15 Aug 2017 09:31:01 +0000 (11:31 +0200)
committerjl777 <[email protected]>
Tue, 15 Aug 2017 09:31:01 +0000 (11:31 +0200)
src/komodo_gateway.h

index bb121e4e103b571cc5b2acb55a204b02c806ea9e..088e8d4158f7afa989ddb165765460a156b42d08 100644 (file)
@@ -449,7 +449,7 @@ int32_t komodo_pending_withdraws(char *opretstr) // todo: enforce deterministic
     if ( n > 0 )
     {
         opretbuf[len++] = 'A';
-        mergesort(paxes,n,sizeof(*paxes),_paxorder);
+        qsort(paxes,n,sizeof(*paxes),_paxorder);
         for (i=0; i<n; i++)
         {
             if ( len < (sizeof(opretbuf)>>3)*7 )
This page took 0.032499 seconds and 4 git commands to generate.