]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Sun, 26 Mar 2017 18:49:19 +0000 (21:49 +0300)
committerjl777 <[email protected]>
Sun, 26 Mar 2017 18:49:19 +0000 (21:49 +0300)
src/komodo_gateway.h

index 7669bc061afdb7a10d588f054beeeeefe0b72836..17828c41e0d3fbba179a6f4889d7580731c74f65 100644 (file)
@@ -949,7 +949,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
                                 printf("paxcmp FAIL ");
                                 printf("check deposit validates %s.%d [%d] %.8f -> %.8f (%.8f %.8f %.8f)\n",CURRENCIES[baseids[i-1]],height,i,dstr(srcvalues[i-1]),dstr(values[i-1]),dstr(pax->komodoshis),dstr(pax->fiatoshis),dstr(block.vtx[0].vout[i].nValue));
                                 return(-1);
-                            }
+                            } else printf("check deposit validates %s.%d [%d] %.8f -> %.8f (%.8f %.8f %.8f)\n",CURRENCIES[baseids[i-1]],height,i,dstr(srcvalues[i-1]),dstr(values[i-1]),dstr(pax->komodoshis),dstr(pax->fiatoshis),dstr(block.vtx[0].vout[i].nValue));
                         }
                     }
                     else if ( strcmp(ASSETCHAINS_SYMBOL,CURRENCIES[baseids[i-1]]) == 0 )
This page took 0.029497 seconds and 4 git commands to generate.