]> Git Repo - VerusCoin.git/commitdiff
+print
authorjl777 <[email protected]>
Wed, 25 Apr 2018 13:26:42 +0000 (16:26 +0300)
committerjl777 <[email protected]>
Wed, 25 Apr 2018 13:26:42 +0000 (16:26 +0300)
src/komodo_events.h

index 9ef3a2816532f26de395701f445e21430f07483a..c7e17ed541b9cc9335cd72664fad112c94825a94 100644 (file)
@@ -49,7 +49,7 @@ void komodo_eventadd_notarized(struct komodo_state *sp,char *symbol,int32_t heig
     else if ( strcmp(symbol,coin) == 0 )
     {
         if ( NOTARY_PUBKEY33[0] != 0 && verified != 0 )
-            fprintf(stderr,"validated [%s] ht.%d notarized %d\n",ASSETCHAINS_SYMBOL,height,notarizedheight);
+            fprintf(stderr,"validated [%s] ht.%d notarized %d\n",coin,height,notarizedheight);
         memset(&N,0,sizeof(N));
         N.blockhash = notarized_hash;
         N.desttxid = notarized_desttxid;
This page took 0.025968 seconds and 4 git commands to generate.