aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.cpp
diff options
context:
space:
mode:
authorJonas Schnelli <[email protected]>2017-10-13 21:48:00 -0700
committerJonas Schnelli <[email protected]>2018-02-09 19:56:10 +1100
commit6fe57bdaac17d49af9ec7f36c1414d5d2bcec564 (patch)
tree468056c4529bc345ea568336de7ffd17324f2daa /src/protocol.cpp
parentAccept addresses with NODE_NETWORK_LIMITED flag (diff)
downloaddiscoin-6fe57bdaac17d49af9ec7f36c1414d5d2bcec564.tar.xz
discoin-6fe57bdaac17d49af9ec7f36c1414d5d2bcec564.zip
Connect to peers signaling NODE_NETWORK_LIMITED when out-of-IBD
Diffstat (limited to 'src/protocol.cpp')
-rw-r--r--src/protocol.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp
index c412ad9ff..ea78ab685 100644
--- a/src/protocol.cpp
+++ b/src/protocol.cpp
@@ -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";