diff --git a/pkg/fab/chconfig/chconfig.go b/pkg/fab/chconfig/chconfig.go index 0b8085f909..0a91f0977f 100644 --- a/pkg/fab/chconfig/chconfig.go +++ b/pkg/fab/chconfig/chconfig.go @@ -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 }