aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authordergoegge <n.goeggi@gmail.com>2022-05-26 15:40:21 +0200
committerdergoegge <n.goeggi@gmail.com>2022-07-04 14:57:49 +0200
commit42aa5d5b6269d27af525d5001907558442e96023 (patch)
treef5c3e6df9ff37580f9b727caa7c106ff2c1667d6 /src/net.h
parent55c9e2d790fa2e137ccd0d91e6cf3e2d0bff4813 (diff)
downloadbitcoin-42aa5d5b6269d27af525d5001907558442e96023.tar.xz
[net] Add NoBan status to NodeEvictionCandidate
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 bf169649c0..e46933d972 100644
--- a/src/net.h
+++ b/src/net.h
@@ -1261,6 +1261,7 @@ struct NodeEvictionCandidate
bool prefer_evict;
bool m_is_local;
Network m_network;
+ bool m_noban;
};
/**