From c79fc8d5b9edf18d63cacbb9db9932ed2279ef5f Mon Sep 17 00:00:00 2001 From: Kurt Seifried Date: Mon, 15 Mar 2021 12:21:35 -0600 Subject: [PATCH] ORG4 cleanup --- test-network/scripts/org4-scripts/joinChannel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-network/scripts/org4-scripts/joinChannel.sh b/test-network/scripts/org4-scripts/joinChannel.sh index 9c7d77b6..11f74a9e 100755 --- a/test-network/scripts/org4-scripts/joinChannel.sh +++ b/test-network/scripts/org4-scripts/joinChannel.sh @@ -6,9 +6,9 @@ # # This script is designed to be run in the cli container as the -# second step of the EYFN tutorial. It joins the org3 peers to the +# second step of the EYFN tutorial. It joins the org4 peers to the # channel previously setup in the BYFN tutorial and install the -# chaincode as version 2.0 on peer0.org3. +# chaincode as version 2.0 on peer0.org4. # CHANNEL_NAME="$1"