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 8fe0a01 commit 7f835be
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 @@ -57,7 +57,7 @@ pub struct SubmitSharesExtended<'decoder> {
pub ntime: u32,
/// Full nVersion field.
pub version: u32,
/// Extranonce bytes which need to be added to coinbase to form a fully valid submission (`full
/// Extranonce bytes which need to be added to the coinbase tx to form a fully valid submission (`full
/// coinbase = coinbase_tx_prefix + extranonce_prefix + extranonce + coinbase_tx_suffix`).
///
/// The size of the provided extranonce must be equal to the negotiated extranonce size from
Expand Down

0 comments on commit 7f835be

Please sign in to comment.