Skip to content

Commit

Permalink
Update protocols/v2/subprotocols/mining/src/reconnect.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriele Vernetti <[email protected]>
  • Loading branch information
jbesraa and GitGab19 authored Dec 12, 2024
1 parent 4216792 commit 1cc7965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/v2/subprotocols/mining/src/reconnect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use binary_sv2::{Deserialize, Serialize, Str0255};
#[cfg(not(feature = "with_serde"))]
use core::convert::TryInto;

/// Used by upstream to redirect downstream connection(s) to a new host.
/// Message used by upstream to redirect downstream connection(s) to a new host.
///
/// Upon receiving the message, the downstream re-initiates the Noise Handshake process and uses
/// the pool’s authority public key to verify the certificate presented by the new server.
Expand Down

0 comments on commit 1cc7965

Please sign in to comment.