From 379553035c511eab2e5f84151d489fafbd5d2958 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 2 Feb 2017 16:39:43 +0200 Subject: [PATCH] test --- src/pow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pow.cpp b/src/pow.cpp index a8e9350dc..207792649 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -109,6 +109,7 @@ int32_t komodo_is_special(int32_t height,uint8_t pubkey33[33]); int32_t komodo_currentheight(); CBlockIndex *komodo_chainactive(int32_t height); int8_t komodo_minerid(int32_t height,uint8_t *pubkey33); +void komodo_index2pubkey33(uint8_t *pubkey33,CBlockIndex *pindex,int32_t height); extern int32_t KOMODO_CHOSEN_ONE; #define KOMODO_ELECTION_GAP 2000