You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.
$ cargo test -p pallet-octopus-appchain
error[E0046]: not all trait items implemented, missing: `PalletId`, `Currency`
--> bin/node-template/pallets/octopus-appchain/src/mock.rs:187:1
|
187 | impl pallet_octopus_appchain::Config for Test {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `PalletId`, `Currency` in implementation
|
::: bin/node-template/pallets/octopus-appchain/src/lib.rs:244:9
|
244 | type PalletId: Get<PalletId>;
| ----------------------------- `PalletId` from trait
245 |
246 | type Currency: Currency<Self::AccountId>;
| ----------------------------------------- `Currency` from trait
error: aborting due to previous error
For more information about this error, try `rustc --explain E0046`.
error: could not compile `pallet-octopus-appchain`
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: