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 12, 2024
1 parent 04a6458 commit f75fcf2
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 @@ -213,7 +213,7 @@ pub struct OpenExtendedMiningChannelSuccess<'decoder> {
pub extranonce_prefix: B032<'decoder>,
}

/// Used by upstream to reject [`OpenExtendedMiningChannel`] or [`OpenStandardMiningchannel`]
/// Message used by upstream to reject [`OpenExtendedMiningChannel`] or [`OpenStandardMiningchannel`]
/// request from downstream.
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct OpenMiningChannelError<'decoder> {
Expand Down

0 comments on commit f75fcf2

Please sign in to comment.