change to sphinx key initiator side

This commit is contained in:
Simon Wicky
2023-07-25 09:52:04 +02:00
parent 5d26fefaaa
commit c58331f9b0
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ impl MixNode {
);
let mut packet_forwarder = DelayForwarder::new(
nym_mixnet_client::Client::new(client_config, topology_access, &self.identity_keypair),
nym_mixnet_client::Client::new(client_config, topology_access, &self.sphinx_keypair),
node_stats_update_sender,
shutdown,
);