Browse Source

Test

pull/4/head
jl777 7 years ago
parent
commit
78b3ac8f87
  1. 2
      src/komodo_notary.h

2
src/komodo_notary.h

@ -356,7 +356,7 @@ int32_t komodo_notarizeddata(int32_t nHeight,uint256 *notarized_hashp,uint256 *n
}
if ( np != 0 )
{
char str[65],str2[65]; printf("[%s] notarized_ht.%d\n",ASSETCHAINS_SYMBOL,np->notarized_height);
//char str[65],str2[65]; printf("[%s] notarized_ht.%d\n",ASSETCHAINS_SYMBOL,np->notarized_height);
*notarized_hashp = np->notarized_hash;
*notarized_desttxidp = np->notarized_desttxid;
return(np->notarized_height);

Loading…
Cancel
Save