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
error[E0405]: cannot find trait `GenesisBuild` in this scope
--> src/lib.rs:433:18
|
433 | impl<T: Config> GenesisBuild<T> for GenesisConfig<T> {
| ^^^^^^^^^^^^ not found in this scope
|
help: consider importing this trait
|
179 + use frame_support::traits::GenesisBuild;
|
error[E0220]: associated type `BlockNumber` not found for `T`
--> src/lib.rs:1277:19
|
1277 | type Moment = T::BlockNumber;
| ^^^^^^^^^^^ there is a similarly named associated type `BlockNumber` in the trait `BlockNumberProvider`
error[E0220]: associated type `BlockNumber` not found for `T`
--> src/lib.rs:2403:19
|
2403 | type Moment = T::BlockNumber;
| ^^^^^^^^^^^ there is a similarly named associated type `BlockNumber` in the trait `BlockNumberProvider`
Some errors have detailed explanations: E0220, E0405.
For more information about an error, try `rustc --explain E0220`.
The text was updated successfully, but these errors were encountered:
nakul1010
changed the title
Tokens pallet not compiling v1 release
Tokens pallet not compiling for v1 release
Jul 31, 2023
branch
polkadot-v1.0.0
/master
command used
Error
The text was updated successfully, but these errors were encountered: