Skip to content

Commit

Permalink
Revert "add api data() for inbound_lane (paritytech#1373)" (paritytec…
Browse files Browse the repository at this point in the history
…h#1375)

This reverts commit 9e3cb0c.
  • Loading branch information
svyatonik authored and serban300 committed Apr 9, 2024
1 parent eee6d14 commit 39ca230
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bridges/modules/messages/src/inbound_lane.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ impl<S: InboundLaneStorage> InboundLane<S> {
InboundLane { storage }
}

/// Get this lane data
pub fn data(&self) -> InboundLaneData<S::Relayer> {
self.storage.data()
}

/// Receive state of the corresponding outbound lane.
pub fn receive_state_update(
&mut self,
Expand Down

0 comments on commit 39ca230

Please sign in to comment.