Skip to content

Commit

Permalink
Fix the result message in test_network.md
Browse files Browse the repository at this point in the history
Fix the result message on running "./network.sh createChannel"

The result message format has been changed from the change of
test-network/scripts/createChannel.sh in hyperledger/fabric-samples
since
b690d8f Stop using deprecated outputAnchorPeersUpdate in test-network (#394)

Signed-off-by: Justin Yang <justin.yang@themedium.io>
  • Loading branch information
justin-themedium authored and denyeart committed Sep 16, 2021
1 parent 8767ced commit 1243e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/test_network.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ channel with the default name of `mychannel`:
If the command was successful, you can see the following message printed in your
logs:
```
========= Channel successfully joined ===========
Channel 'mychannel' joined
```

You can also use the channel flag to create a channel with custom name. As an
Expand Down

0 comments on commit 1243e99

Please sign in to comment.