mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
lookup address upon request
This commit is contained in:
parent
93911be1b9
commit
d39229713f
1 changed files with 3 additions and 0 deletions
|
@ -283,9 +283,12 @@ namespace client
|
|||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
LookupAddress (address); // TODO:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
// if not .b32 we assume full base64 address
|
||||
i2p::data::IdentityEx dest;
|
||||
if (!dest.FromBase64 (address))
|
||||
|
|
Loading…
Add table
Reference in a new issue