Bump codec. (#8548)

* Bump codec.

* Bump codec-derive

* Remove FullCodec bound on Call
This commit is contained in:
Gavin Wood
2021-04-06 21:02:15 +02:00
committed by GitHub
parent b2a6ad0553
commit 25de970ab3
2 changed files with 164 additions and 158 deletions
+1 -1
View File
@@ -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.