Merge pull request #28 from jl777/dPoW

test
This commit is contained in:
jl777
2016-10-03 10:23:18 -03:00
committed by GitHub

View File

@@ -405,7 +405,7 @@ void IncrementExtraNonce(CBlock* pblock, CBlockIndex* pindexPrev, unsigned int&
//
// Internal miner
//
extern int32_t IS_KOMODO_NOTARY;
extern int32_t IS_KOMODO_NOTARY,USE_EXTERNAL_PUBKEY;
extern std::string NOTARY_PUBKEY;
CBlockTemplate* CreateNewBlockWithKey(CReserveKey& reservekey)