]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Sat, 26 Nov 2016 23:15:04 +0000 (20:15 -0300)
committerjl777 <[email protected]>
Sat, 26 Nov 2016 23:15:04 +0000 (20:15 -0300)
src/komodo_gateway.h

index 87f4af839046dfa0a9028b224f51e2cb24ae09c1..560101ddc28af7bfd6fbd7533041d56858d98d83 100644 (file)
@@ -725,7 +725,7 @@ void komodo_passport_iteration()
         refid = 33;
     else refid = komodo_baseid(ASSETCHAINS_SYMBOL)+1; // illegal base -> baseid.-1 -> 0
     //printf("PASSPORT %s refid.%d\n",ASSETCHAINS_SYMBOL,refid);
-    for (baseid=0; baseid<=32; baseid++)
+    for (baseid=32; baseid>=0; baseid--)
     {
         sp = 0;
         isrealtime = 0;
This page took 0.026504 seconds and 4 git commands to generate.