From 4ee7aec47ebf6b59b4d930e6e4025e91352c05b4 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Thu, 10 Jun 2021 11:44:55 +0200 Subject: p2p: add m_network to NodeEvictionCandidate struct --- 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 b43916c55e..a0708c338b 100644 --- a/src/net.h +++ b/src/net.h @@ -1210,6 +1210,7 @@ struct NodeEvictionCandidate bool prefer_evict; bool m_is_local; bool m_is_onion; + Network m_network; }; /** -- cgit v1.2.3