docs: add more Rust debug output

This commit is contained in:
Rene Vergara 2024-10-29 11:19:03 -05:00
parent 1e350c289c
commit a21642baee
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2

View file

@ -1981,7 +1981,8 @@ pub extern "C" fn rust_wrapper_create_transaction(
if net {
let _mb = main_builder.add_sapling_output::<String>(ovk, recipient, val, memo);
} else {
let _tb = test_builder.add_sapling_output::<String>(ovk, recipient, val, memo);
let tb = test_builder.add_sapling_output::<String>(ovk, recipient, val, memo);
println!("add sap: {:?}", tb);
}
},
4 => {