1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

comment out unused property

This commit is contained in:
Ryan Tharp 2018-08-13 01:47:55 -07:00
parent ec237768d7
commit 13169e4ebf

View file

@ -169,7 +169,7 @@ namespace llarp
uint64_t sequenceNo = 0;
llarp::SharedSecret sharedKey;
Endpoint* m_Parent;
uint64_t m_UpdateIntrosetTX = 0;
//uint64_t m_UpdateIntrosetTX = 0;
};
// passed a sendto context when we have a path established otherwise
@ -331,4 +331,4 @@ namespace llarp
} // namespace service
} // namespace llarp
#endif
#endif