mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
find address
This commit is contained in:
parent
94a23be9d9
commit
66ff021938
2 changed files with 2 additions and 9 deletions
|
@ -318,13 +318,6 @@ namespace data
|
|||
LogPrint (deletedCount," routers deleted");
|
||||
}
|
||||
|
||||
void NetDb::RequestDestination (const char * b32)
|
||||
{
|
||||
uint8_t destination[32];
|
||||
Base32ToByteStream (b32, strlen(b32), destination, 32);
|
||||
RequestDestination (destination, true);
|
||||
}
|
||||
|
||||
void NetDb::RequestDestination (const IdentHash& destination, bool isLeaseSet)
|
||||
{
|
||||
if (isLeaseSet) // we request LeaseSet through tunnels
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue