Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 232fdf0

Browse files
committed
use BuildGenesisConfig instead of deprecated GenesisConfig<T>
1 parent 55ba65c commit 232fdf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frame/identity/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ pub mod pallet {
215215
}
216216

217217
#[pallet::genesis_build]
218-
impl<T: Config> GenesisBuild<T> for GenesisConfig<T> {
218+
impl<T: Config> BuildGenesisConfig for GenesisConfig<T> {
219219
fn build(&self) {
220220
for (account, name) in &self.identities {
221221
<IdentityOf<T>>::insert(

0 commit comments

Comments
 (0)