Skip to content

Commit

Permalink
Merge pull request #146 from aspectron/utxo-context
Browse files Browse the repository at this point in the history
Add context as final
  • Loading branch information
1bananagirl authored Jan 23, 2025
2 parents c2ad7e0 + 25e0173 commit f5ee61f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wallet/core/src/account/pskb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,8 @@ pub fn pskt_to_pending_transaction(
&generator,
signed_tx.clone(),
utxo_entries_ref.clone(),
vec![],
None,
utxo_entries_ref.iter().map(|a| a.address()).flatten().collect(),
Some(aggregate_output_value),
change_output_index,
change_output_value,
aggregate_input_value,
Expand Down

0 comments on commit f5ee61f

Please sign in to comment.