Extra debug for notary stuff

This commit is contained in:
Duke Leto
2021-09-02 15:49:57 -04:00
parent 4fecf72ec8
commit 31fa46e2a1
3 changed files with 11 additions and 2 deletions

View File

@@ -676,7 +676,7 @@ int32_t hush_is_notarytx(const CTransaction& tx)
decode_hex(crypto555,33,(char *)CRYPTO555_PUBSECPSTR);
if ( memcmp(ptr+1,crypto555,33) == 0 )
{
//printf("found notarytx\n");
fprintf(stderr,"%s: found notarytx\n", __func__);
return(1);
}
}