This commit is contained in:
jl777
2016-10-03 10:22:55 -03:00
parent 7bfc207ada
commit a2a3945ef5

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)