From 82447e22b29a866e110bae23241c4d6fbf4c779a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Tue, 11 Feb 2020 18:43:57 +0100 Subject: [PATCH] cleanup [skip ci] --- scripts/reset_testnet.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/reset_testnet.sh b/scripts/reset_testnet.sh index c10255dc8..07df8cf7a 100755 --- a/scripts/reset_testnet.sh +++ b/scripts/reset_testnet.sh @@ -55,8 +55,6 @@ fi mkdir -p "$DEPOSITS_DIR_ABS" -#DOCKER_BEACON_NODE="docker run -v $DEPOSITS_DIR_ABS:/deposits_dir -v $NETWORK_DIR_ABS:/network_dir -v $DATA_DIR_ABS:/data_dir statusteam/nimbus_beacon_node:$NETWORK" - if [ "$ETH1_PRIVATE_KEY" != "" ]; then make deposit_contract echo "Deploying deposit contract through $WEB3_URL_ARG..."