diff --git a/include/llarp/handlers/exit.hpp b/include/llarp/handlers/exit.hpp index 3c1b6569a..bb896dfe0 100644 --- a/include/llarp/handlers/exit.hpp +++ b/include/llarp/handlers/exit.hpp @@ -108,8 +108,7 @@ namespace llarp llarp::PubKey::Hash > m_ActiveExits; - using KeyMap_t = std::unordered_map< llarp::PubKey, llarp::huint32_t, - llarp::PubKey::Hash >; + using KeyMap_t = std::map< llarp::PubKey, llarp::huint32_t >; KeyMap_t m_KeyToIP;