mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
add m_added_nodes to connman options
This commit is contained in:
@@ -147,6 +147,7 @@ public:
|
||||
std::vector<CService> vBinds, vWhiteBinds;
|
||||
bool m_use_addrman_outgoing = true;
|
||||
std::vector<std::string> m_specified_outgoing;
|
||||
std::vector<std::string> m_added_nodes;
|
||||
};
|
||||
|
||||
void Init(const Options& connOptions) {
|
||||
@@ -164,6 +165,7 @@ public:
|
||||
nMaxOutboundTimeframe = connOptions.nMaxOutboundTimeframe;
|
||||
nMaxOutboundLimit = connOptions.nMaxOutboundLimit;
|
||||
vWhitelistedRange = connOptions.vWhitelistedRange;
|
||||
vAddedNodes = connOptions.m_added_nodes;
|
||||
}
|
||||
|
||||
CConnman(uint64_t seed0, uint64_t seed1);
|
||||
|
||||
Reference in New Issue
Block a user