Compare commits
No commits in common. "37b485288d0cf8999e35c24382dd9c69a4a4a00a" and "2108f46afa1b3af2d400846f17f88c46bbcf2514" have entirely different histories.
37b485288d
...
2108f46afa
1 changed files with 11 additions and 11 deletions
|
@ -1562,7 +1562,6 @@ pub extern "C" fn rust_wrapper_update_orchard_witness(
|
|||
let n = MerkleHashOrchard::from_cmx(&orchard_note_comm.unwrap());
|
||||
iw.append(n);
|
||||
}
|
||||
}
|
||||
let mut out_bytes: Vec<u8> = Vec::new();
|
||||
let result = write_incremental_witness(&iw, &mut out_bytes);
|
||||
match result {
|
||||
|
@ -1576,6 +1575,7 @@ pub extern "C" fn rust_wrapper_update_orchard_witness(
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn rust_wrapper_decode_sapling_address(
|
||||
|
|
Loading…
Reference in a new issue