Skip to content

Commit

Permalink
Update protocols/v2/subprotocols/mining/src/set_custom_mining_job.rs
Browse files Browse the repository at this point in the history
Co-authored-by: plebhash <[email protected]>
  • Loading branch information
jbesraa and plebhash authored Dec 13, 2024
1 parent 0ebd112 commit c0ce734
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub struct SetCustomMiningJob<'decoder> {

/// Message used by upstream to accept [`SetCustomMiningJob`] request.
///
/// Upon receiving this message, downstream can start mining on the job immediately (by using the
/// Upon receiving this message, downstream can start submitting shares for this job immediately (by using the
/// [`SetCustomMiningJobSuccess::job_id`] provided within this response).
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct SetCustomMiningJobSuccess {
Expand Down

0 comments on commit c0ce734

Please sign in to comment.