integrated init --static, fix tests

This commit is contained in:
rigelrozanski
2017-10-10 03:13:02 -04:00
parent 5a7566a81a
commit d3b4d42458
3 changed files with 40 additions and 28 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ initServer() {
SERVER_LOG=$1/${SERVER_EXE}.log
GENKEY=$(${CLIENT_EXE} keys get ${RICH} | awk '{print $2}')
${SERVER_EXE} init --chain-id $CHAIN $GENKEY --home=$SERVE_DIR >>$SERVER_LOG
${SERVER_EXE} init --static --chain-id $CHAIN $GENKEY --home=$SERVE_DIR >>$SERVER_LOG
# optionally set the port
if [ -n "$3" ]; then