Add -testmode command line arg

This commit is contained in:
blackjok3r
2019-04-21 13:05:39 +08:00
parent 82e6cd0f93
commit d16cdf5538
6 changed files with 8 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ extern std::string DONATION_PUBKEY;
extern uint8_t ASSETCHAINS_PRIVATE;
extern int32_t USE_EXTERNAL_PUBKEY;
extern char NOTARYADDRS[64][64];
extern int32_t KOMODO_TESTNODE;
int tx_height( const uint256 &hash );
extern std::vector<std::string> vWhiteListAddress;
void komodo_netevent(std::vector<uint8_t> payload);