diff --git a/src/komodo_events.h b/src/komodo_events.h index 9ef3a2816..c7e17ed54 100644 --- a/src/komodo_events.h +++ b/src/komodo_events.h @@ -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;