Skip to content

Commit 0f17259

Browse files
committed
Fix typo in core.yaml for peer.gossip.bootstrap
"boostrap" should be "bootstrap" under peer.gossip Not sure about where to test this, so not adding or chaing tests for this at this point. Fixes FAB-1207 Change-Id: I863dcb9e8f59c47625c17f29a25a4e9d2ae69c6d Signed-off-by: Gari Singh <[email protected]>
1 parent 1a2bdb4 commit 0f17259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peer/core.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ peer:
103103

104104
# Gossip related configuration
105105
gossip:
106-
boostrap: 0.0.0.0:7051
106+
bootstrap: 0.0.0.0:7051
107107
# For debug - is peer is its org leader and should pass blocks from orderer to other peers in org
108108
orgLeader: true
109109

0 commit comments

Comments
 (0)