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 ca9706f commit 29ec7a7
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 @@ -89,7 +89,7 @@ pub struct SubmitSharesSuccess {
/// Used by upstream to reject [`SubmitSharesStandard`] or [`SubmitSharesExtended`].
///
/// In case the upstream is not able to immediately validate the submission, the error is sent as
/// soon as the result is known. This delayed validation can occur when a miner gets faster
/// soon as the result is known. This delayed validation can occur when a miner gets faster
/// updates about a new `prevhash` than the upstream does.
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct SubmitSharesError<'decoder> {
Expand Down

0 comments on commit 29ec7a7

Please sign in to comment.