Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Nov 15, 2023
1 parent 560ec42 commit 884771c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ pub(crate) mod dto {
let outputs = dto
.outputs
.into_iter()
.map(|o| Output::try_from(o))
.map(Output::try_from)
.collect::<Result<Vec<Output>, Error>>()?;

let mut builder = Self::builder(network_id)
Expand Down

0 comments on commit 884771c

Please sign in to comment.