Functions to handle commitment tree nodes for Sapling and Orchard #100
1 changed files with 1 additions and 0 deletions
|
@ -2418,6 +2418,7 @@ pub extern "C" fn rust_wrapper_create_transaction(
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
match e {
|
match e {
|
||||||
Error::InsufficientFunds(y) => {
|
Error::InsufficientFunds(y) => {
|
||||||
|
println!("ins funds: {:?}", y);
|
||||||
let x = Hhex {bytes: vec![0]};
|
let x = Hhex {bytes: vec![0]};
|
||||||
marshall_to_haskell_var(&x, out, out_len, RW);
|
marshall_to_haskell_var(&x, out, out_len, RW);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue