We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c8852 commit 8859a31Copy full SHA for 8859a31
bridges/modules/messages/src/inbound_lane.rs
@@ -71,11 +71,6 @@ impl<S: InboundLaneStorage> InboundLane<S> {
71
InboundLane { storage }
72
}
73
74
- /// Get this lane data
75
- pub fn data(&self) -> InboundLaneData<S::Relayer> {
76
- self.storage.data()
77
- }
78
-
79
/// Receive state of the corresponding outbound lane.
80
pub fn receive_state_update(
81
&mut self,
0 commit comments