Skip to content

Commit

Permalink
Supports loading of config values for Orderer.Endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
smallsixFight committed Nov 7, 2022
1 parent 7af45ce commit 09958cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fab/chconfig/chconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ func loadConfigValue(configItems *ChannelCfg, key string, versionsValue *common.
// }
// // TODO: Do something with this value

case channelConfig.OrdererAddressesKey:
case channelConfig.OrdererAddressesKey, channelConfig.EndpointsKey:
if err := loadOrdererAddressesKey(configValue, configItems); err != nil {
return err
}
Expand Down

0 comments on commit 09958cf

Please sign in to comment.