Fix Rust binding for Sapling decode
This commit is contained in:
parent
915cd68042
commit
4efae180f5
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue