From 42aa5d5b6269d27af525d5001907558442e96023 Mon Sep 17 00:00:00 2001 From: dergoegge Date: Thu, 26 May 2022 15:40:21 +0200 Subject: [net] Add NoBan status to NodeEvictionCandidate --- src/net.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net.h') 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; }; /** -- cgit v1.2.3