Skip to content

Commit

Permalink
Update protocols/v2/subprotocols/mining/src/submit_shares.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 1d7b6f6 commit d9522e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/v2/subprotocols/mining/src/submit_shares.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub struct SubmitSharesExtended<'decoder> {
pub extranonce: B032<'decoder>,
}

/// Used by upstream to accept [`SubmitSharesStandard`] or [`SubmitSharesExtended`].
/// Message used by upstream to accept [`SubmitSharesStandard`] or [`SubmitSharesExtended`].
///
/// Because it is a common case that shares submission is successful, this response can be provided
/// for multiple [`SubmitShare`] messages aggregated together.
Expand Down

0 comments on commit d9522e2

Please sign in to comment.