From 6fa18a2339007d4a0f99fcbd61dd434de6944567 Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Wed, 15 Sep 2021 18:41:49 -0400 Subject: [PATCH] add type info derive to senderror (#3860) --- polkadot/xcm/src/v2/traits.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/xcm/src/v2/traits.rs b/polkadot/xcm/src/v2/traits.rs index b4feca6ac2..a28137b000 100644 --- a/polkadot/xcm/src/v2/traits.rs +++ b/polkadot/xcm/src/v2/traits.rs @@ -202,7 +202,7 @@ impl ExecuteXcm for () { } /// Error result value when attempting to send an XCM message. -#[derive(Clone, Encode, Decode, Eq, PartialEq, Debug)] +#[derive(Clone, Encode, Decode, Eq, PartialEq, Debug, scale_info::TypeInfo)] pub enum SendError { /// The message and destination combination was not recognized as being reachable. ///