mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
Bump codec. (#8548)
* Bump codec. * Bump codec-derive * Remove FullCodec bound on Call
This commit is contained in:
@@ -182,7 +182,7 @@ pub mod pallet {
|
||||
+ OriginTrait<Call=Self::Call>;
|
||||
|
||||
/// The aggregated `Call` type.
|
||||
type Call: Dispatchable + Debug + FullCodec;
|
||||
type Call: Dispatchable + Debug;
|
||||
|
||||
/// Account index (aka nonce) type. This stores the number of previous transactions associated
|
||||
/// with a sender account.
|
||||
|
||||
Reference in New Issue
Block a user