Skip to content

Commit

Permalink
Update protocols/v2/subprotocols/mining/src/open_channel.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 11, 2024
1 parent 67a8bcc commit fd5b8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/v2/subprotocols/mining/src/open_channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl<'decoder> OpenStandardMiningChannel<'decoder> {
}
}

/// Used by upstream to accept [`OpenStandardMiningChannel`] request from downstream.
/// Message used by upstream to accept [`OpenStandardMiningChannel`] request from downstream.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq)]
pub struct OpenStandardMiningChannelSuccess<'decoder> {
Expand Down

0 comments on commit fd5b8cb

Please sign in to comment.