Test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user