Skip to content

Commit cdfe7e9

Browse files
authored
Merge pull request #64 from yacovm/BFT
add consenter ID to configtx.yaml in sampleconfig
2 parents 16f316e + c5b4c84 commit cdfe7e9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

sampleconfig/configtx.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,19 +383,28 @@ Orderer: &OrdererDefaults
383383
ServerTLSCert: path/to/ServerTLSCert0
384384
MSPID: OrdererOrg0
385385
Identity: path/to/OSN/signcert0
386+
ConsenterId: 0
386387
- Host: smartbft1.example.com
387388
Port: 7050
388389
ClientTLSCert: path/to/ClientTLSCert1
389390
ServerTLSCert: path/to/ServerTLSCert1
390391
MSPID: OrdererOrg1
391392
Identity: path/to/OSN/signcert1
393+
ConsenterId: 1
392394
- Host: smartbft2.example.com
393395
Port: 7050
394396
ClientTLSCert: path/to/ClientTLSCert2
395397
ServerTLSCert: path/to/ServerTLSCert2
396398
MSPID: OrdererOrg2
397399
Identity: path/to/OSN/signcert2
398-
400+
ConsenterId: 2
401+
- Host: smartbft3.example.com
402+
Port: 7050
403+
ClientTLSCert: path/to/ClientTLSCert3
404+
ServerTLSCert: path/to/ServerTLSCert3
405+
MSPID: OrdererOrg3
406+
Identity: path/to/OSN/signcert3
407+
ConsenterId: 3
399408

400409
# Organizations lists the orgs participating on the orderer side of the
401410
# network.

0 commit comments

Comments
 (0)