1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
This commit is contained in:
Jeff Becker 2018-11-15 13:40:08 -05:00
parent 9d551ba768
commit d6c42c4a30
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -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;