13 lines
348 B
C++
13 lines
348 B
C++
// Copyright (c) 2018 The Verus developers
|
|
// Distributed under the MIT software license, see the accompanying
|
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
#include <string>
|
|
#include <cstring>
|
|
#include "veruslaunch.h"
|
|
|
|
|
|
const char *whitelist_ids[WHITELIST_COUNT] = {};
|
|
|
|
const char *whitelist_addrs[WHITELIST_COUNT] = {};
|