diff --git a/llarp/service/endpoint_state.hpp b/llarp/service/endpoint_state.hpp index b6b8886f2..8e9e9f625 100644 --- a/llarp/service/endpoint_state.hpp +++ b/llarp/service/endpoint_state.hpp @@ -67,7 +67,7 @@ namespace llarp OutboundSessions_t m_OutboundSessions; - util::DecayingHashTable, std::hash> + util::DecayingHashTable, std::hash> nameCache; LNSLookupTracker lnsTracker;