test: impl tests #269
Annotations
3 errors
the trait bound `Self: pallet::Config` is not satisfied:
pallets/governance/src/lib.rs#L103
error[E0277]: the trait bound `Self: pallet::Config` is not satisfied
--> pallets/governance/src/lib.rs:103:9
|
103 | type DefaultProposalCost: Get<BalanceOf<Self>>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pallet::Config` is not implemented for `Self`
|
check
Clippy had exited with the 101 exit code
|
the trait bound `Self: pallet::Config` is not satisfied:
pallets/governance/src/lib.rs#L103
error[E0277]: the trait bound `Self: pallet::Config` is not satisfied
--> pallets/governance/src/lib.rs:103:9
|
103 | type DefaultProposalCost: Get<BalanceOf<Self>>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pallet::Config` is not implemented for `Self`
|