diff --git a/first-network/byfn.sh b/first-network/byfn.sh index 9e0709a1..611dbb97 100755 --- a/first-network/byfn.sh +++ b/first-network/byfn.sh @@ -153,7 +153,6 @@ function networkUp() { # generate artifacts if they don't exist if [ ! -d "crypto-config" ]; then generateCerts - replacePrivateKey generateChannelArtifacts fi COMPOSE_FILES="-f ${COMPOSE_FILE} -f ${COMPOSE_FILE_RAFT2}"