From 3d2875c180c67d9f3b3a166bb15b9c73fb6c7091 Mon Sep 17 00:00:00 2001 From: user00000001 Date: Wed, 16 Sep 2020 22:48:39 +0800 Subject: [PATCH] Fixed script bugs "SendTransaction failed: orderers is nil". (#326) Signed-off-by: jiangyunbin Co-authored-by: jiangyunbin --- test-network/configtx/configtx.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test-network/configtx/configtx.yaml b/test-network/configtx/configtx.yaml index d280ccbc..ad72c1e7 100644 --- a/test-network/configtx/configtx.yaml +++ b/test-network/configtx/configtx.yaml @@ -217,6 +217,14 @@ Orderer: &OrdererDefaults # Orderer Type: The orderer implementation to start OrdererType: etcdraft + + # Addresses used to be the list of orderer addresses that clients and peers + # could connect to. However, this does not allow clients to associate orderer + # addresses and orderer organizations which can be useful for things such + # as TLS validation. The preferred way to specify orderer addresses is now + # to include the OrdererEndpoints item in your org definition + Addresses: + - orderer.example.com:7050 EtcdRaft: Consenters: