Skip to content

Commit

Permalink
diff
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Dec 10, 2024
1 parent fc08275 commit 5b6719a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/v2/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func ProvideModuleConfigMaps(
m := globalConfig
fetchFlag := flag
// splitting on "." is required to handle nested flags which are defined
// in other modules that are not the current component
// in other modules that are not the current module
// for example: "server.minimum-gas-prices" is defined in the server component
// but required by x/validate
for _, part := range strings.Split(flag, ".") {
Expand Down

0 comments on commit 5b6719a

Please sign in to comment.