]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Mon, 31 Oct 2016 20:32:29 +0000 (17:32 -0300)
committerjl777 <[email protected]>
Mon, 31 Oct 2016 20:32:29 +0000 (17:32 -0300)
src/komodo_gateway.h

index 04dd9684037f34533030a835a12914af2ed7d444..2b4ae351242d8f5a17b52d0a71ae604e1d98c075 100644 (file)
@@ -157,7 +157,7 @@ int32_t komodo_check_deposit(const CBlock& block) // verify above block is valid
     if ( n <= 2 || script[0] != 0x6a )
         return(0);
     offset += komodo_scriptitemlen(&opretlen,&script[offset]);
-    //printf("checkdeposit n.%d [%02x] [%c] %d vs %d\n",n,script[0],script[offset],script[offset],'I');
+    printf("checkdeposit n.%d [%02x] [%c] %d vs %d\n",n,script[0],script[offset],script[offset],'I');
     if ( script[offset] == 'I' && opretlen < block.vtx[0].vout[n-1].scriptPubKey.size() )
     {
         if ( (num= komodo_issued_opreturn(&shortflag,base,txids,vouts,&script[offset],opretlen)) > 0 )
This page took 0.024623 seconds and 4 git commands to generate.