Skip to content

Commit

Permalink
Fix typo in core.yaml for peer.gossip.bootstrap
Browse files Browse the repository at this point in the history
"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 <gari.r.singh@gmail.com>
  • Loading branch information
mastersingh24 committed Nov 28, 2016
1 parent 1a2bdb4 commit 0f17259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peer/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ peer:

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

Expand Down

0 comments on commit 0f17259

Please sign in to comment.