-
Notifications
You must be signed in to change notification settings - Fork 99
Issue with bounds #691
Copy link
Copy link
Closed
Description
compiling polkadot-sdk with the latest version fails with:
error[E0277]: the trait bound `parity_scale_codec::Compact<Balance>: MaxEncodedLen` is not satisfied
--> substrate/primitives/staking/src/lib.rs:451:2
|
451 | MaxEncodedLen,
| ^^^^^^^^^^^^^ the trait `MaxEncodedLen` is not implemented for `parity_scale_codec::Compact<Balance>`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels