This commit is contained in:
jl777
2016-10-29 11:15:24 -03:00
parent 323832c3c3
commit 7a4c01c9c1
7 changed files with 118 additions and 160 deletions

View File

@@ -13,10 +13,6 @@
#include "protocol.h"
#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);
CBlock CreateGenesisBlock(uint32_t nTime, uint32_t nNonce, uint32_t nBits, int32_t nVersion, const CAmount& genesisReward);
#include <vector>