Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Dec 3, 2024
1 parent 4f611a2 commit 1489945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/v2/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func (m *MM[T]) InitGenesisJSON(
return nil, fmt.Errorf("validator InitGenesis updates already set by a previous module: current module %s", moduleName)
}

validatorUpdates = append(validatorUpdates, validatorUpdates...)
validatorUpdates = append(validatorUpdates, moduleValUpdates...)
}
}
}
Expand Down

0 comments on commit 1489945

Please sign in to comment.