Skip to content

Commit

Permalink
Fixed outbound_lane_data_key (paritytech#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik authored and serban300 committed Apr 9, 2024
1 parent 3bc87bc commit 877085d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/modules/message-lane/rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ where
) -> FutureResult<MessagesProof> {
let runtime = self.runtime.clone();
let outbound_lane_data_key = if include_outbound_lane_state {
Some(runtime.inbound_lane_data_key(&instance, &lane))
Some(runtime.outbound_lane_data_key(&instance, &lane))
} else {
None
};
Expand Down

0 comments on commit 877085d

Please sign in to comment.