Skip to content

Commit

Permalink
Update src/handler/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
  • Loading branch information
AgeManning and emhane authored Jan 18, 2024
1 parent bf4723d commit 942661c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ impl Handler {
}
HandlerIn::Response(dst, response) => self.send_response::<P>(dst, *response).await,
HandlerIn::EnrResponse(enr, EnrRequestData::WhoAreYou(wru_ref)) => self.send_challenge::<P>(wru_ref, enr).await,
HandlerIn::EnrResponse(Some(target_enr), EnrRequestData::Nat(relay_initiator)) => {
HandlerIn::EnrResponse(Some(target_enr), EnrRequestData::Nat(relay_initiation)) => {
// Assemble the notification for the target
let (initiator_enr, _target, timed_out_nonce) = relay_initiator.into();
let relay_msg_notification = RelayMsgNotification::new(initiator_enr, timed_out_nonce);
Expand Down

0 comments on commit 942661c

Please sign in to comment.