mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
publisuh peer test cap for published SSU2 addresses
This commit is contained in:
parent
dddc7ab039
commit
2cfd054f2c
|
@ -1240,6 +1240,7 @@ namespace data
|
|||
if (address.published)
|
||||
{
|
||||
isPublished = true;
|
||||
if (address.IsPeerTesting ()) caps += CAPS_FLAG_SSU_TESTING;
|
||||
if (address.IsIntroducer ()) caps += CAPS_FLAG_SSU_INTRODUCER;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue