| 793 | } |
| 794 | |
| 795 | void LeaseSetDestination::CancelDestinationRequestWithEncryptedLeaseSet (std::shared_ptr<const i2p::data::BlindedPublicKey> dest, bool notify) |
| 796 | { |
| 797 | if (dest) |
| 798 | CancelDestinationRequest (dest->GetStoreHash (), notify); |
| 799 | } |
| 800 | |
| 801 | void LeaseSetDestination::RequestLeaseSet (const i2p::data::IdentHash& dest, RequestComplete requestComplete, std::shared_ptr<const i2p::data::BlindedPublicKey> requestedBlindedKey) |
| 802 | { |
nothing calls this directly
no test coverage detected