Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Aug 3, 2024
1 parent 1c2c823 commit 063738d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pallas-utxorpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,7 @@ impl<C: LedgerContext> Mapper<C> {
.certs()
.iter()
.enumerate()
.map(|(order, x)| self.map_cert(x, tx, order as u32))
.flatten()
.filter_map(|(order, x)| self.map_cert(x, tx, order as u32))
.collect(),
withdrawals: tx
.withdrawals_sorted_set()
Expand Down

0 comments on commit 063738d

Please sign in to comment.