From 5d7f3d0c444851cefdf3b213d3acf443271b9dfc Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 2 Feb 2017 15:41:58 +0200 Subject: [PATCH] test --- src/pow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pow.cpp b/src/pow.cpp index 0b9a4c515..8b31836f9 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -107,6 +107,7 @@ bool CheckEquihashSolution(const CBlockHeader *pblock, const CChainParams& param int32_t komodo_chosennotary(int32_t *notaryidp,int32_t height,uint8_t *pubkey33); int32_t komodo_is_special(int32_t height,uint8_t pubkey33[33]); int32_t komodo_currentheight(); +int8_t komodo_minerid(int32_t height); extern int32_t KOMODO_CHOSEN_ONE; #define KOMODO_ELECTION_GAP 2000