This commit is contained in:
jl777
2018-05-07 16:07:04 +03:00
parent 2f10423071
commit 05f8c23767
2 changed files with 2 additions and 1 deletions

View File

@@ -48,7 +48,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 )
if ( 0 && NOTARY_PUBKEY33[0] != 0 && verified != 0 )
fprintf(stderr,"validated [%s] ht.%d notarized %d\n",coin,height,notarizedheight);
memset(&N,0,sizeof(N));
N.blockhash = notarized_hash;