This commit is contained in:
blackjok3r
2018-12-06 17:56:47 +08:00
parent c09d9ceefd
commit 96ea4486a7

View File

@@ -6,7 +6,6 @@
#include "key_io.h"
#include "main.h"
#include "crypto/equihash.h"
#include "notaries_staked.h"
#include "util.h"
#include "utilstrencodings.h"
@@ -77,6 +76,7 @@ static CBlock CreateGenesisBlock(uint32_t nTime, const uint256& nNonce, const st
*/
void *chainparams_commandline(void *ptr);
#include "komodo_defs.h"
#include "notaries_staked.h"
extern char ASSETCHAINS_SYMBOL[KOMODO_ASSETCHAIN_MAXLEN];
extern uint16_t ASSETCHAINS_P2PPORT,ASSETCHAINS_RPCPORT;