Improve error message
This commit is contained in:
parent
d5e17afc99
commit
31c5cda65a
1 changed files with 1 additions and 1 deletions
|
@ -1831,7 +1831,7 @@ pub extern "C" fn rust_wrapper_create_transaction(
|
|||
marshall_to_haskell_var(&x, out, out_len, RW);
|
||||
},
|
||||
Error::ChangeRequired(y1) => {
|
||||
println!("{:?}", y1);
|
||||
println!("Change required {:#?}", y1);
|
||||
let x = Hhex {bytes: vec![1]};
|
||||
marshall_to_haskell_var(&x, out, out_len, RW);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue