Skip to content

Commit fdaa002

Browse files
committed
Set CommissioningModeInitialStepsHint to 1 by default for standard f
1 parent a9ede5a commit fdaa002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration_tests/upgrade/add-new-node-after-upgrade.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ cleanup() {
4949
trap cleanup EXIT
5050

5151
check_adding_new_node() {
52-
local stable_binary_version="${$1:-0.12.1}"
53-
local latest_binary_version="${$2:-1.3.0-dev1}"
52+
local stable_binary_version="${1:-0.12.1}"
53+
local latest_binary_version="${2:-1.3.0-dev.2}"
5454

5555
echo "1. run $node_name container"
5656
docker run -d --name $node_name --ip $ip -p "$node_p2p_port-$node_client_port:26656-26657" --network $docker_network -i dcledger

0 commit comments

Comments
 (0)