From a353db460ce8a8165dbec85a80d8e163f7287ff2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 2 Feb 2017 15:56:25 +0200 Subject: [PATCH] test --- src/komodo_bitcoind.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 40307f723..e921ef7b4 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -621,7 +621,6 @@ int8_t komodo_minerid(int32_t height) return(i); } } - printf("try electednotary %p\n",pindex); return(komodo_electednotary(pubkey33,height)); }