Compare commits

..

No commits in common. "4ca5d07d1cf04b914140f7ebd5fa14d781d74fdf" and "302a2f87fa064519bad65bb2088623b756924da8" have entirely different histories.

View file

@ -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 {
@ -1575,6 +1574,7 @@ pub extern "C" fn rust_wrapper_update_orchard_witness(
marshall_to_haskell_var(&h0, out, out_len, RW);
}
}
}
}
#[no_mangle]