Skip to content

Commit

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

/// Used by Downstream to notify an upstream about changes on a specified channel.
/// Message used by downstream to notify an upstream about changes on a specified channel.
///
/// If a downstream performs device/connection aggregation (i.e. it is a proxy), it must send this
/// message when downstream channels change.
Expand Down

0 comments on commit 9bb8b7c

Please sign in to comment.