From eab0d89cb7d2f28534c8fb32d1df87386f6f6729 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 18 Oct 2016 17:32:00 -0300 Subject: [PATCH] test --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index ef98d8e17..50fb70345 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -546,6 +546,7 @@ CBlockIndex* FindForkInGlobalIndex(const CChain& chain, const CBlockLocator& loc CCoinsViewCache *pcoinsTip = NULL; CBlockTreeDB *pblocktree = NULL; +#include "komodo.h" ////////////////////////////////////////////////////////////////////////////// // @@ -2027,8 +2028,6 @@ static int64_t nTimeIndex = 0; static int64_t nTimeCallbacks = 0; static int64_t nTimeTotal = 0; -#include "komodo.h" - bool ConnectBlock(const CBlock& block, CValidationState& state, CBlockIndex* pindex, CCoinsViewCache& view, bool fJustCheck) { const CChainParams& chainparams = Params();