Skip to content

Commit

Permalink
chore: fix broker api
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezs committed Mar 1, 2024
1 parent 57681ad commit dde8759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ pub trait BrokerApi: SignedExtrinsicApi {
egress_fee,
destination_address,
egress_id,
..
},
)) = events.iter().find(|event| {
matches!(
Expand Down

0 comments on commit dde8759

Please sign in to comment.