Fixed outbound_lane_data_key (#516)

This commit is contained in:
Svyatoslav Nikolsky
2020-11-18 23:26:08 +03:00
committed by Bastian Köcher
parent db84f84333
commit 595523106e
+1 -1
View File
@@ -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
};