Skip to content

Commit

Permalink
Expose orchard::Address::pk_d
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Dec 6, 2024
1 parent bcd08e1 commit 13ac1c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to Rust's notion of
- `ValueSum::magnitude_sign`
- `ValueCommitTrapdoor::to_bytes`
- `impl Clone for orchard::tree::MerklePath`
- `orchard::Address::pk_d`

## [0.10.0] - 2024-10-02

Expand Down
2 changes: 1 addition & 1 deletion src/address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ impl Address {
diversify_hash(self.d.as_array())
}

pub(crate) fn pk_d(&self) -> &DiversifiedTransmissionKey {
pub fn pk_d(&self) -> &DiversifiedTransmissionKey {
&self.pk_d
}

Expand Down

0 comments on commit 13ac1c4

Please sign in to comment.