We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ba65c commit 232fdf0Copy full SHA for 232fdf0
1 file changed
frame/identity/src/lib.rs
@@ -215,7 +215,7 @@ pub mod pallet {
215
}
216
217
#[pallet::genesis_build]
218
- impl<T: Config> GenesisBuild<T> for GenesisConfig<T> {
+ impl<T: Config> BuildGenesisConfig for GenesisConfig<T> {
219
fn build(&self) {
220
for (account, name) in &self.identities {
221
<IdentityOf<T>>::insert(
0 commit comments