From ef2f301ca58043288bc228f6d825f4e475e5f44f Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 8 Nov 2016 15:37:17 -0300 Subject: [PATCH] test --- src/pow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pow.cpp b/src/pow.cpp index 650bfcb7a..b652984d3 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -105,6 +105,7 @@ bool CheckEquihashSolution(const CBlockHeader *pblock, const CChainParams& param } int32_t komodo_chosennotary(int32_t *notaryidp,int32_t height,uint8_t *pubkey33); +extern int32_t KOMODO_CHOSEN_ONE; bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned int nBits, const Consensus::Params& params) {