diff --git a/networks/devnet/deploy.sh b/networks/devnet/deploy.sh index 23427468..6dd319c2 100755 --- a/networks/devnet/deploy.sh +++ b/networks/devnet/deploy.sh @@ -58,12 +58,6 @@ while [[ $# -gt 0 ]]; do esac done -if [[ $VESTING_ACCOUNT_END_TIME -eq 0 ]]; then - help - echo "schedule end time (unix epoch) for vesting accounts should be set!" - exit 1 -fi - IFS=","; declare -a IPS=($IP_LIST); unset IFS NUM_NODES=${#IPS[@]}