Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: stefan-mysten <[email protected]>
  • Loading branch information
xiaodi007 and stefan-mysten committed Dec 17, 2024
1 parent 96c3569 commit 62939d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-core/src/transaction_outputs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl TransactionOutputs {
.filter_map(|(id, ((version, digest), owner))| {
owner.is_address_owned().then_some((id, version, digest))
})
.chain(received_objects.into_iter())
.chain(received_objects)
.collect();

let new_locks_to_init: Vec<_> = written
Expand Down

0 comments on commit 62939d1

Please sign in to comment.