mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
use published encrypted instead orig type
This commit is contained in:
parent
e6a09b49c9
commit
3872c2a3f5
3 changed files with 4 additions and 6 deletions
|
@ -918,7 +918,7 @@ namespace stream
|
|||
{
|
||||
expired = false;
|
||||
// time to request
|
||||
if (m_RemoteLeaseSet->GetOrigStoreType () == i2p::data::NETDB_STORE_TYPE_ENCRYPTED_LEASESET2)
|
||||
if (m_RemoteLeaseSet->IsPublishedEncrypted ())
|
||||
m_LocalDestination.GetOwner ()->RequestDestinationWithEncryptedLeaseSet (
|
||||
std::make_shared<i2p::data::BlindedPublicKey>(m_RemoteIdentity));
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue