mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
[FAB-10306] Fix config in balance-transfer
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>
This commit is contained in:
parent
1bfdee8ca3
commit
a603655419
2 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue