Fix Rust binding for Sapling decode

This commit is contained in:
Rene Vergara 2024-04-17 11:18:56 -05:00
parent 915cd68042
commit 4efae180f5
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
1 changed files with 1 additions and 0 deletions

View File

@ -1348,6 +1348,7 @@ pub extern "C" fn rust_wrapper_read_orchard_position(
}
}
#[no_mangle]
pub extern "C" fn rust_wrapper_decode_sapling_address(
sapling: *const u8,
sapling_len: usize,