Require FullCodec on frame_system::Call (#8540)

This commit is contained in:
Bastian Köcher
2021-04-06 15:08:04 +02:00
committed by GitHub
parent 29a9ba6346
commit ec5c7762a0
+1 -1
View File
@@ -182,7 +182,7 @@ pub mod pallet {
+ OriginTrait<Call=Self::Call>;
/// The aggregated `Call` type.
type Call: Dispatchable + Debug;
type Call: Dispatchable + Debug + FullCodec;
/// Account index (aka nonce) type. This stores the number of previous transactions associated
/// with a sender account.