]> Git Repo - VerusCoin.git/blame - src/veruslaunch.h
Testnet fixes
[VerusCoin.git] / src / veruslaunch.h
CommitLineData
74329e19
MT
1
2// Copyright (c) 2018 The Verus developers
3// Distributed under the MIT software license, see the accompanying
4// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
6#ifndef VERUS_LAUNCH_H
7#define VERUS_LAUNCH_H
8
9#include <string>
10
c6e21843 11#define WHITELIST_COUNT 704
74329e19
MT
12
13extern const char *whitelist_ids[WHITELIST_COUNT];
c6e21843
MT
14extern const char *whitelist_address;
15extern uint64_t whitelist_masks[WHITELIST_COUNT];
74329e19
MT
16
17#endif
This page took 0.150461 seconds and 4 git commands to generate.