Closed gupnik closed 1 year ago
As an example, BlockHashCount
when retrieved from Block
leads to this error.
Already tracked in this issue: https://github.com/paritytech/polkadot-sdk/issues/171
potential solution here: https://github.com/paritytech/substrate/pull/14437#discussion_r1251861668
Seems like this is an issue with
derive_impl
. I see this error when I try to removepallet::no_default
:the trait bound `Self: pallet::Config` is not satisfied
. CC: @sam0x17_Originally posted by @gupnik in https://github.com/paritytech/substrate/pull/14437#discussion_r1244667598_