mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Connect to peers signaling NODE_NETWORK_LIMITED when out-of-IBD
This commit is contained in:
parent
31c45a927e
commit
6fe57bdaac
5 changed files with 18 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue