mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Connect to peers signaling NODE_NETWORK_LIMITED when out-of-IBD
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
# include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
std::atomic<bool> g_initial_block_download_completed(false);
|
||||
|
||||
namespace NetMsgType {
|
||||
const char *VERSION="version";
|
||||
const char *VERACK="verack";
|
||||
|
||||
Reference in New Issue
Block a user