mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
remove coreVersion
This commit is contained in:
parent
b994af9209
commit
876973f071
1 changed files with 1 additions and 1 deletions
|
@ -671,8 +671,8 @@ namespace i2p
|
|||
m_RouterInfo.Update (routerInfo.GetBuffer (), routerInfo.GetBufferLen ());
|
||||
if (oldIdentity)
|
||||
m_RouterInfo.SetRouterIdentity (GetIdentity ()); // from new keys
|
||||
m_RouterInfo.SetProperty ("coreVersion", I2P_VERSION);
|
||||
m_RouterInfo.SetProperty ("router.version", I2P_VERSION);
|
||||
m_RouterInfo.DeleteProperty ("coreVersion"); // TODO: remove later
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue