Skip to content

Commit

Permalink
lp-gateway: Remove extra constraints from SessionId
Browse files Browse the repository at this point in the history
  • Loading branch information
cdamian committed Aug 14, 2024
1 parent 221001f commit 6b903b1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pallets/liquidity-pools-gateway/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,7 @@ pub mod pallet {
type MaxRouterCount: Get<u32>;

/// Type for identifying sessions of inbound routers.
type SessionId: Parameter
+ Member
+ BaseArithmetic
+ Default
+ Copy
+ MaybeSerializeDeserialize
+ TypeInfo
+ MaxEncodedLen;
type SessionId: Parameter + Member + BaseArithmetic + Default + Copy + MaxEncodedLen;
}

#[pallet::event]
Expand Down

0 comments on commit 6b903b1

Please sign in to comment.