feat: adding migration #477
Annotations
3 errors
cannot find type `RocksDbWeight` in this scope:
runtime/src/lib.rs#L85
error[E0412]: cannot find type `RocksDbWeight` in this scope
--> runtime/src/lib.rs:85:76
|
85 | type Migrations = (pallet_governance::migrations::next::Migration<Runtime, RocksDbWeight>,);
| ^^^^^^^^^^^^^ not found in this scope
|
help: consider importing this struct
|
7 + use crate::weights::constants::RocksDbWeight;
|
|
cannot find type `RocksDbWeight` in this scope:
runtime/src/lib.rs#L85
error[E0412]: cannot find type `RocksDbWeight` in this scope
--> runtime/src/lib.rs:85:76
|
85 | type Migrations = (pallet_governance::migrations::next::Migration<Runtime, RocksDbWeight>,);
| ^^^^^^^^^^^^^ not found in this scope
|
help: consider importing this struct
|
7 + use crate::weights::constants::RocksDbWeight;
|
|
check
Clippy had exited with the 101 exit code
|