Fixed script bugs "SendTransaction failed: orderers is nil".

Signed-off-by: jiangyunbin <yunbin.jiang@anchain.ai>
This commit is contained in:
jiangyunbin 2020-09-08 00:03:10 -07:00
parent d43b7b5e64
commit f39f150c67

View file

@ -217,6 +217,14 @@ Orderer: &OrdererDefaults
# Orderer Type: The orderer implementation to start # Orderer Type: The orderer implementation to start
OrdererType: etcdraft 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: EtcdRaft:
Consenters: Consenters: