From 0e2acef55a562b2455a524c02df7fe761a6371c4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 14 Nov 2016 12:33:05 -0300 Subject: [PATCH] test --- src/komodo_bitcoind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 8995c6ef3..af86faa76 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -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);