This commit is contained in:
jl777
2018-04-25 16:26:42 +03:00
parent 1407ad8be1
commit 29da16c835

View 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;