From 2a080a8aaa9f651879f5e97c09e8bd57cd0bd0b0 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 2 Feb 2017 17:11:19 +0200 Subject: [PATCH] test --- src/pow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pow.cpp b/src/pow.cpp index 3242354ad..828573097 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -133,6 +133,8 @@ int32_t komodo_eligiblenotary(int32_t *mids,int32_t *nonzpkeysp,int32_t height) else return(0); } +extern std::string NOTARY_PUBKEY; + bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned int nBits, const Consensus::Params& params) { extern int32_t KOMODO_REWIND;