Browse Source

set LeaseSet type to 3 for ratchets if not specified

pull/1553/head
orignal 4 years ago
parent
commit
d0d71c93af
  1. 3
      libi2pd/Destination.cpp

3
libi2pd/Destination.cpp

@ -855,8 +855,7 @@ namespace client @@ -855,8 +855,7 @@ namespace client
// extract encryption type params for LS2
std::set<i2p::data::CryptoKeyType> encryptionKeyTypes;
if ((GetLeaseSetType () == i2p::data::NETDB_STORE_TYPE_STANDARD_LEASESET2 ||
GetLeaseSetType () == i2p::data::NETDB_STORE_TYPE_ENCRYPTED_LEASESET2) && params)
if (params)
{
auto it = params->find (I2CP_PARAM_LEASESET_ENCRYPTION_TYPE);
if (it != params->end ())

Loading…
Cancel
Save