From 926b32dc3fa4820f418275bcc1b415121ac95f84 Mon Sep 17 00:00:00 2001 From: Guantong Date: Fri, 6 Jan 2023 15:02:13 +0800 Subject: [PATCH] Companion for paritytech/parity-bridges-common#1690 --- primitives/messages/src/target_chain.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/primitives/messages/src/target_chain.rs b/primitives/messages/src/target_chain.rs index 77e44f09..a2b94d8c 100644 --- a/primitives/messages/src/target_chain.rs +++ b/primitives/messages/src/target_chain.rs @@ -69,7 +69,7 @@ pub trait MessageDispatch { type DispatchPayload: Decode; /// Fine-grained result of single message dispatch (for better diagnostic purposes) - type DispatchLevelResult: Clone + Decode + sp_std::fmt::Debug + Eq; + type DispatchLevelResult: Clone + sp_std::fmt::Debug + Eq; /// Estimate dispatch weight. ///