This commit is contained in:
jl777
2016-11-14 12:33:05 -03:00
parent 7589f03a03
commit 0e2acef55a

View File

@@ -399,7 +399,7 @@ int32_t komodo_is_notarytx(const CTransaction& tx)
decode_hex(crypto777,33,(char *)CRYPTO777_PUBSECPSTR);
if ( memcmp(ptr+1,crypto777,33) == 0 )
{
printf("found notarytx\n");
//printf("found notarytx\n");
return(1);
}
else return(0);