Skip to content

Commit

Permalink
updated doc comment with review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
idky137 committed Oct 26, 2024
1 parent cfb1dbb commit 308c9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-rpc/src/methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ impl ConsensusBranchIdHex {
ConsensusBranchIdHex(consensus_branch_id.into())
}

/// Returns a reference to the ['ConsensusBranchId'].
/// Returns the value of the ['ConsensusBranchId'].
pub fn inner(&self) -> u32 {
self.0.into()
}
Expand Down

0 comments on commit 308c9c6

Please sign in to comment.