From 4efae180f5466b6efdff76c938ef17b886dc92bd Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Wed, 17 Apr 2024 11:18:56 -0500 Subject: [PATCH] Fix Rust binding for Sapling decode --- librustzcash-wrapper/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/librustzcash-wrapper/src/lib.rs b/librustzcash-wrapper/src/lib.rs index 5b71bc6..39bd98b 100644 --- a/librustzcash-wrapper/src/lib.rs +++ b/librustzcash-wrapper/src/lib.rs @@ -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,