Tweak build
This commit is contained in:
@@ -261,7 +261,7 @@ BITCOIN_CORE_H = \
|
|||||||
wallet/wallet.h \
|
wallet/wallet.h \
|
||||||
wallet/wallet_ismine.h \
|
wallet/wallet_ismine.h \
|
||||||
wallet/walletdb.h \
|
wallet/walletdb.h \
|
||||||
veruslaunch.h \
|
# veruslaunch.h \
|
||||||
zmq/zmqabstractnotifier.h \
|
zmq/zmqabstractnotifier.h \
|
||||||
zmq/zmqconfig.h\
|
zmq/zmqconfig.h\
|
||||||
zmq/zmqnotificationinterface.h \
|
zmq/zmqnotificationinterface.h \
|
||||||
@@ -483,7 +483,7 @@ libbitcoin_common_a_SOURCES = \
|
|||||||
script/script_error.cpp \
|
script/script_error.cpp \
|
||||||
script/sign.cpp \
|
script/sign.cpp \
|
||||||
script/standard.cpp \
|
script/standard.cpp \
|
||||||
veruslaunch.cpp \
|
# veruslaunch.cpp \
|
||||||
transaction_builder.cpp \
|
transaction_builder.cpp \
|
||||||
$(BITCOIN_CORE_H) \
|
$(BITCOIN_CORE_H) \
|
||||||
$(LIBZCASH_H)
|
$(LIBZCASH_H)
|
||||||
|
|||||||
1424
src/veruslaunch.cpp
1424
src/veruslaunch.cpp
File diff suppressed because it is too large
Load Diff
@@ -1,17 +0,0 @@
|
|||||||
|
|
||||||
// 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.
|
|
||||||
|
|
||||||
#ifndef VERUS_LAUNCH_H
|
|
||||||
#define VERUS_LAUNCH_H
|
|
||||||
|
|
||||||
#include <string>
|
|
||||||
|
|
||||||
#define WHITELIST_COUNT 704
|
|
||||||
|
|
||||||
extern const char *whitelist_ids[WHITELIST_COUNT];
|
|
||||||
extern const char *whitelist_address;
|
|
||||||
extern uint64_t whitelist_masks[WHITELIST_COUNT];
|
|
||||||
|
|
||||||
#endif
|
|
||||||
Reference in New Issue
Block a user