Skip to content

Commit

Permalink
Rename messages by starting nodes of stagenet
Browse files Browse the repository at this point in the history
  • Loading branch information
semeniak97mf committed Oct 30, 2024
1 parent 59bb47b commit d3970b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stagenet/deploy/deploy-bootnode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ maybe_cleanup() {
}

start_node() {
echo "Starting the validator node..."
echo "Starting the bootnode node..."
docker run -d --name "$container_atleta" \
-v "$chainspec":"/chainspec.json" \
-v "$(pwd)/chain-data":"/chain-data" \
Expand Down
2 changes: 1 addition & 1 deletion stagenet/deploy/run-archive-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ maybe_cleanup() {
}

start_node_safe() {
echo "Starting the validator node..."
echo "Starting the archive node..."
docker pull "$docker_image"
docker run -d --name "$container_atleta" \
-v "$chainspec":"/chainspec.json" \
Expand Down

0 comments on commit d3970b3

Please sign in to comment.