This commit is contained in:
jl777
2016-10-29 08:56:07 -03:00
parent f4a5902e31
commit c0d4bfa19f

View File

@@ -15,6 +15,7 @@
#define KOMODO_MINDIFF_NBITS 0x200f0f0f
#define GENESIS_NBITS 0x1f00ffff
extern uint32_t ASSETCHAINS_TIMESTAMP;
CBlock CreateGenesisBlock(const char* pszTimestamp, const CScript& genesisOutputScript, uint32_t nTime, uint32_t nNonce, uint32_t nBits, int32_t nVersion, const CAmount& genesisReward);
#include <vector>