Skip to content
Snippets Groups Projects
Commit 809a3e3a authored by Keith Yeung's avatar Keith Yeung Committed by GitHub
Browse files

Derive MaxEncodedLen on cumulus_pallet_xcm::Origin (#1360)

parent ed06fbe3
Branches
No related merge requests found
......@@ -77,7 +77,7 @@ pub mod pallet {
}
/// Origin for the parachains module.
#[derive(PartialEq, Eq, Clone, Encode, Decode, TypeInfo, RuntimeDebug)]
#[derive(PartialEq, Eq, Clone, Encode, Decode, TypeInfo, RuntimeDebug, MaxEncodedLen)]
#[pallet::origin]
pub enum Origin {
/// It comes from the (parent) relay chain.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment