Functions to create and manage Orchard commitment trees #99
1 changed files with 2 additions and 1 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Reference in a new issue