Changeset View
Changeset View
Standalone View
Standalone View
src/network.h
| // Copyright (c) 2020 The Bitcoin developers | // Copyright (c) 2020 The Bitcoin developers | ||||
| // Distributed under the MIT software license, see the accompanying | // Distributed under the MIT software license, see the accompanying | ||||
| // file COPYING or http://www.opensource.org/licenses/mit-license.php. | // file COPYING or http://www.opensource.org/licenses/mit-license.php. | ||||
| #ifndef BITCOIN_NETWORK_H | #ifndef BITCOIN_NETWORK_H | ||||
| #define BITCOIN_NETWORK_H | #define BITCOIN_NETWORK_H | ||||
| #include <string> | #include <string> | ||||
| extern const std::string NETWORK_NAME; | extern const std::string NETWORK_NAME; | ||||
| extern const std::string CURRENCY_UNIT; | extern const std::string CURRENCY_UNIT; | ||||
| extern const bool ENABLE_MINER_FUND; | extern const bool ENABLE_MINER_FUND; | ||||
| extern const std::string CASHADDR_PREFIX; | |||||
| extern const std::string CASHADDR_PREFIX_TESTNET; | |||||
| extern const std::string CASHADDR_PREFIX_REGTEST; | |||||
| #endif // BITCOIN_NETWORK_H | #endif // BITCOIN_NETWORK_H | ||||