Skip to content

Commit

Permalink
[FAB-10306] Fix config in balance-transfer
Browse files Browse the repository at this point in the history
This patchset removes wrong max message size configuration from
network-config.yaml in the balance-transfer sample.
After [FAB-9337] was merged, this configuration was activated and caused
an error in running the sample.

Change-Id: I209448bd7701d5843b7ac06501be6a9d16d378e1
Signed-off-by: Taku Shimosawa <taku.shimosawa@hal.hitachi.com>
  • Loading branch information
shimos committed May 23, 2018
1 parent 1bfdee8 commit a603655
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion balance-transfer/artifacts/network-config-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ orderers:
# they will be passed in as-is to gRPC client constructor
grpcOptions:
ssl-target-name-override: orderer.example.com
grpc-max-send-message-length: 15

tlsCACerts:
path: artifacts/channel/crypto-config/ordererOrganizations/example.com/orderers/orderer.example.com/tls/ca.crt
Expand Down
1 change: 0 additions & 1 deletion balance-transfer/artifacts/network-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ orderers:
# they will be passed in as-is to gRPC client constructor
grpcOptions:
ssl-target-name-override: orderer.example.com
grpc-max-send-message-length: 15

tlsCACerts:
path: artifacts/channel/crypto-config/ordererOrganizations/example.com/orderers/orderer.example.com/tls/ca.crt
Expand Down

0 comments on commit a603655

Please sign in to comment.