Skip to content

Commit

Permalink
Merge branch 'develop' into 2.1-release
Browse files Browse the repository at this point in the history
  • Loading branch information
lolieatcat committed Nov 7, 2020
2 parents 264f9a8 + 96f6020 commit 23a65e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion loadScript/deployMainnetValidator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ echo ''
read -p "Do you want save your password to disk for auto restart? (N/y): " savepasswd


DOCKERIMG=wanchain/client-go:2.1.6
DOCKERIMG=wanchain/client-go:2.1.8

if [ ${PASSWD} != ${PASSWD2} ]
then
Expand Down
2 changes: 1 addition & 1 deletion loadScript/deployValidator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ read -s PASSWD
echo 'Confirm your password of validator account:'
read -s PASSWD2
echo ''
DOCKERIMG=wanchain/client-go:2.1.6
DOCKERIMG=wanchain/client-go:2.1.8
NETWORK=--testnet
NETWORKPATH=testnet

Expand Down
2 changes: 1 addition & 1 deletion loadScript/updateMainnetValidator.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# set -x

DOCKERIMG=wanchain/client-go:2.1.6
DOCKERIMG=wanchain/client-go:2.1.8

echo ''
echo ''
Expand Down
2 changes: 1 addition & 1 deletion loadScript/updateValidator.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# set -x
DOCKERIMG=wanchain/client-go:2.1.6
DOCKERIMG=wanchain/client-go:2.1.8

echo ''
echo ''
Expand Down

0 comments on commit 23a65e0

Please sign in to comment.