mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 17:45:10 +00:00
Fixed script bugs "SendTransaction failed: orderers is nil". (#326)
Signed-off-by: jiangyunbin <yunbin.jiang@anchain.ai> Co-authored-by: jiangyunbin <yunbin.jiang@anchain.ai>
This commit is contained in:
parent
5f04e3f3af
commit
3d2875c180
1 changed files with 8 additions and 0 deletions
|
|
@ -218,6 +218,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:
|
||||||
- Host: orderer.example.com
|
- Host: orderer.example.com
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue