From ee1db7784cb399f721eb3f8de53b17176d1e2c1f Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 3 Oct 2016 08:49:02 -0300 Subject: [PATCH] test --- src/bitcoind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index 3493d20a5..1dfb7c1d0 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -111,7 +111,7 @@ bool AppInit(int argc, char* argv[]) } IS_KOMODO_NOTARY = GetBoolArg("-notary", false); fprintf(stderr,"IS_KOMODO_NOTARY %d\n",IS_KOMODO_NOTARY); - //NOTARY_PUBKEY = GetArg("-pubkey", ""); + NOTARY_PUBKEY = GetArg("-pubkey", ""); // Command-line RPC bool fCommandLine = false;