]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Sun, 8 Apr 2018 10:48:29 +0000 (13:48 +0300)
committerjl777 <[email protected]>
Sun, 8 Apr 2018 10:48:29 +0000 (13:48 +0300)
src/fiat/bntn [changed mode: 0644->0755]
src/komodo_events.h

old mode 100644 (file)
new mode 100755 (executable)
index 7e9dfa2dfcb50d4bbb0683c441c4650447b6c251..897f3b7bd318cc2731dd2da9134242f49897ac75 100644 (file)
@@ -40,12 +40,12 @@ struct komodo_event *komodo_eventadd(struct komodo_state *sp,int32_t height,char
 void komodo_eventadd_notarized(struct komodo_state *sp,char *symbol,int32_t height,char *dest,uint256 notarized_hash,uint256 notarized_desttxid,int32_t notarizedheight,uint256 MoM,int32_t MoMdepth)
 {
     struct komodo_event_notarized N;
-    if ( 0 && komodo_verifynotarization(symbol,dest,height,notarizedheight,notarized_hash,notarized_desttxid) != 0 )
+    /*if ( komodo_verifynotarization(symbol,dest,height,notarizedheight,notarized_hash,notarized_desttxid) != 0 )
     {
         if ( height > 50000 || ASSETCHAINS_SYMBOL[0] != 0 )
             printf("[%s] error validating notarization ht.%d notarized_height.%d, if on a pruned %s node this can be ignored\n",ASSETCHAINS_SYMBOL,height,notarizedheight,dest);
     }
-    else
+    else*/
     {
         if ( 0 && ASSETCHAINS_SYMBOL[0] != 0 )
             fprintf(stderr,"validated [%s] ht.%d notarized %d\n",ASSETCHAINS_SYMBOL,height,notarizedheight);
This page took 0.029939 seconds and 4 git commands to generate.