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 f7852cd commit 4507572
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 @@ -10,7 +10,7 @@ use core::convert::TryInto;
///
/// This is used for Standard Channels only.
///
/// Note that Standard Jobs distrbuted through this message are restricted to fixed a Merkle Root,
/// Note that Standard Jobs distrbuted through this message are restricted to a fixed Merkle Root,
/// and the only modifiable bits are `version`, `nonce`, and `nTime` fields of the block header.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq)]
Expand Down

0 comments on commit 4507572

Please sign in to comment.