mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 03:17:56 +00:00
Require FullCodec on frame_system::Call (#8540)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user