From de8d24ddc788e815e520187a99603179ea5ce77e Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 3 Oct 2016 08:51:13 -0300 Subject: [PATCH] printout --- src/bitcoind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index 1dfb7c1d0..3f7d02ae4 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -110,8 +110,8 @@ bool AppInit(int argc, char* argv[]) return false; } IS_KOMODO_NOTARY = GetBoolArg("-notary", false); - fprintf(stderr,"IS_KOMODO_NOTARY %d\n",IS_KOMODO_NOTARY); NOTARY_PUBKEY = GetArg("-pubkey", ""); + fprintf(stderr,"IS_KOMODO_NOTARY %d %s\n",IS_KOMODO_NOTARY,NOTARY_PUBKEY.c_str()); // Command-line RPC bool fCommandLine = false;