Skip to content

Commit

Permalink
[FAB-17623] Replace OrdererAddressesKey with EndpointsKey in orderer
Browse files Browse the repository at this point in the history
org's Values

Related issues

https://jira.hyperledger.org/browse/FAB-17623

Signed-off-by: xu wu <[email protected]>
  • Loading branch information
wuxuer authored and sykesm committed Mar 16, 2020
1 parent 3affbf0 commit 3617de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func fetchChannelConfig() *cb.Config {
"OrdererOrg": {
Groups: map[string]*cb.ConfigGroup{},
Values: map[string]*cb.ConfigValue{
config.OrdererAddressesKey: {
config.EndpointsKey: {
ModPolicy: config.AdminsPolicyKey,
Value: marshalOrPanic(&cb.OrdererAddresses{
Addresses: []string{"127.0.0.1:7050"},
Expand Down

0 comments on commit 3617de2

Please sign in to comment.