aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2017-10-13 21:48:00 -0700
committerJonas Schnelli <dev@jonasschnelli.ch>2018-02-09 19:56:10 +1100
commit6fe57bdaac17d49af9ec7f36c1414d5d2bcec564 (patch)
tree468056c4529bc345ea568336de7ffd17324f2daa /src/net.h
parent31c45a927eaac934fb237433f156907092bf1d11 (diff)
downloadbitcoin-6fe57bdaac17d49af9ec7f36c1414d5d2bcec564.tar.xz
Connect to peers signaling NODE_NETWORK_LIMITED when out-of-IBD
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
index 0542ec1aaa..db0a1e62bb 100644
--- a/src/net.h
+++ b/src/net.h
@@ -643,6 +643,7 @@ public:
bool fOneShot;
bool m_manual_connection;
bool fClient;
+ bool m_limited_node; //after BIP159
const bool fInbound;
std::atomic_bool fSuccessfullyConnected;
std::atomic_bool fDisconnect;