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

This commit is contained in:
Michael Vines
2019-04-15 22:36:29 -07:00
committed by GitHub
parent e90d97e244
commit 2fe93101cc
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