diff --git a/libwallet/src/api_impl/owner.rs b/libwallet/src/api_impl/owner.rs index fbb6358d..1f1b94f7 100644 --- a/libwallet/src/api_impl/owner.rs +++ b/libwallet/src/api_impl/owner.rs @@ -308,6 +308,9 @@ where None => None, }; + // update slate current height + ret_slate.height = w.w2n_client().get_chain_height()?; + let context = tx::add_inputs_to_slate( &mut *w, &mut ret_slate,