Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 09958cf

Browse files
committed
Supports loading of config values for Orderer.Endpoints
1 parent 7af45ce commit 09958cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/fab/chconfig/chconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ func loadConfigValue(configItems *ChannelCfg, key string, versionsValue *common.
590590
// }
591591
// // TODO: Do something with this value
592592

593-
case channelConfig.OrdererAddressesKey:
593+
case channelConfig.OrdererAddressesKey, channelConfig.EndpointsKey:
594594
if err := loadOrdererAddressesKey(configValue, configItems); err != nil {
595595
return err
596596
}

0 commit comments

Comments
 (0)