mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
moved common code to LocalDestination
This commit is contained in:
@@ -103,7 +103,7 @@ namespace data
|
||||
const uint8_t * LoadBuffer (); // load if necessary
|
||||
int GetBufferLen () const { return m_BufferLen; };
|
||||
|
||||
void CreateBuffer ();
|
||||
void CreateBuffer (const PrivateKeys& privateKeys);
|
||||
void UpdateRoutingKey ();
|
||||
|
||||
bool IsUpdated () const { return m_IsUpdated; };
|
||||
|
||||
Reference in New Issue
Block a user