Prints
authorjl777 <jameslee777@yahoo.com>
Fri, 1 Jun 2018 15:19:53 +0000 (04:19 -1100)
committerjl777 <jameslee777@yahoo.com>
Fri, 1 Jun 2018 15:19:53 +0000 (04:19 -1100)
src/komodo.h

index c6c523683c3cf479b7cd949aa4ed851ceced423b..79d511db280cf1bfe1b1e46c1a637271146ee59a 100644 (file)
@@ -311,7 +311,7 @@ int32_t komodo_parsestatefiledata(struct komodo_state *sp,uint8_t *filedata,long
             {
                 if ( memread(opret,olen,filedata,&fpos,datalen) != olen )
                     errs++;
-                if ( 0 && ASSETCHAINS_SYMBOL[0] != 0 && matched != 0 )
+                if ( 1 && ASSETCHAINS_SYMBOL[0] != 0 && matched != 0 )
                 {
                     int32_t i;  for (i=0; i<olen; i++)
                         printf("%02x",opret[i]);
@@ -427,7 +427,7 @@ void komodo_stateupdate(int32_t height,uint8_t notarypubs[][33],uint8_t numnotar
                 errs++;
             if ( fwrite(opretbuf,1,olen,fp) != olen )
                 errs++;
-//printf("ht.%d R opret[%d] sp.%p\n",height,olen,sp);
+printf("create ht.%d R opret[%d] sp.%p\n",height,olen,sp);
             //komodo_opreturn(height,opretvalue,opretbuf,olen,txhash,vout);
             komodo_eventadd_opreturn(sp,symbol,height,txhash,opretvalue,vout,opretbuf,olen);
         }
This page took 0.028722 seconds and 4 git commands to generate.