Remove unused function

This commit is contained in:
Jon Häggblad
2024-03-15 15:54:49 +01:00
parent 34be5abaf3
commit 0b49c74ac9
@@ -28,17 +28,6 @@ impl LocalEmbeddedClientHandle {
}
}
// TODO: generalize this whole thing to be general. And change the name(s).
pub(crate) fn new_ip(
start_data: nym_ip_packet_router::OnStartData,
mix_message_sender: MixMessageSender,
) -> Self {
Self {
address: start_data.address,
mix_message_sender,
}
}
pub(crate) fn client_destination(&self) -> DestinationAddressBytes {
self.address.identity().derive_destination_address()
}