Skip to content

Commit

Permalink
Update protocols/v2/subprotocols/mining/src/new_mining_job.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 c80feaa commit f7852cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/v2/subprotocols/mining/src/new_mining_job.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use binary_sv2::{Deserialize, Seq0255, Serialize, Sv2Option, B032, B064K, U256};
#[cfg(not(feature = "with_serde"))]
use core::convert::TryInto;

/// Used by an upstream(Pool) to provide an updated mining job to downstream.
/// Message used by an upstream to provide an updated mining job to downstream.
///
/// This is used for Standard Channels only.
///
Expand Down

0 comments on commit f7852cd

Please sign in to comment.