From d73f07996ad2f038049f6a58c4e53ea3fdf27905 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 29 Oct 2016 12:52:29 -0300 Subject: [PATCH] test --- src/bitcoin-cli.cpp | 1 + src/komodo_utils.h | 4 ++++ src/main.cpp | 3 --- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/bitcoin-cli.cpp b/src/bitcoin-cli.cpp index d6468e348..5eba11036 100644 --- a/src/bitcoin-cli.cpp +++ b/src/bitcoin-cli.cpp @@ -56,6 +56,7 @@ public: }; +#include "uint256.h" #include "arith_uint256.h" #include "komodo_utils.h" diff --git a/src/komodo_utils.h b/src/komodo_utils.h index fbf17f26c..a4d289c7c 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -13,6 +13,10 @@ * * ******************************************************************************/ +int32_t IS_KOMODO_NOTARY,USE_EXTERNAL_PUBKEY; +std::string NOTARY_PUBKEY; +uint8_t NOTARY_PUBKEY33[33]; + int32_t ASSETCHAINS_SHORTFLAG; extern char ASSETCHAINS_SYMBOL[16]; extern uint16_t ASSETCHAINS_PORT; diff --git a/src/main.cpp b/src/main.cpp index f510b6070..f034da6e8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -549,9 +549,6 @@ CCoinsViewCache *pcoinsTip = NULL; CBlockTreeDB *pblocktree = NULL; // Komodo globals -int32_t IS_KOMODO_NOTARY,USE_EXTERNAL_PUBKEY; -std::string NOTARY_PUBKEY; -uint8_t NOTARY_PUBKEY33[33]; #define KOMODO_TESTNET_EXPIRATION 60000 //#define KOMODO_ENABLE_INTEREST enabling this is a hardfork