Remove stake from ./net sanity ephemeral validator (#3797)

This commit is contained in:
Michael Vines
2019-04-15 21:42:25 -07:00
committed by GitHub
parent d77359914f
commit c67cc694ae
6 changed files with 10 additions and 15 deletions

View File

@ -41,7 +41,7 @@ while [[ ${1:0:1} = - ]]; do
elif [[ $1 = --init-complete-file ]]; then
extra_fullnode_args+=("$1" "$2")
shift 2
elif [[ $1 = --only-bootstrap-stake ]]; then
elif [[ $1 = --no-stake ]]; then
setup_stakes=0
shift
elif [[ $1 = --public-address ]]; then