Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daira-Emma Hopwood <[email protected]>
  • Loading branch information
nuttycom and daira authored Dec 10, 2024
1 parent b5b8685 commit 7ee76a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/src/derivation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ pub unsafe extern "C" fn zcashlc_free_ffi_address(ptr: *mut FfiAddress) {
/// - Call [`zcashlc_free_ffi_address`] to free the memory associated with the returned pointer
/// when done using it.
#[no_mangle]
pub unsafe extern "C" fn zcashlc_derive_address_ufvk(
pub unsafe extern "C" fn zcashlc_derive_address_from_ufvk(
network_id: u32,
ufvk: *const c_char,
diversifier_index_bytes: *const u8,
Expand Down Expand Up @@ -470,7 +470,7 @@ pub unsafe extern "C" fn zcashlc_derive_address_ufvk(
/// - Call [`zcashlc_string_free`] to free the memory associated with the returned pointer
/// when done using it.
#[no_mangle]
pub unsafe extern "C" fn zcashlc_derive_address_uivk(
pub unsafe extern "C" fn zcashlc_derive_address_from_uivk(
network_id: u32,
uivk: *const c_char,
diversifier_index_bytes: *const u8,
Expand Down

0 comments on commit 7ee76a5

Please sign in to comment.