mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-21 03:21:08 +03:00
fix: invoice transaction pay need update the slate height (#115)
This commit is contained in:
parent
4b2bc5fc49
commit
a45f8d3e9f
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue