Skip to content

Commit 15b64fc

Browse files
author
Roman
committed
update localnet.sh
1 parent 621cedf commit 15b64fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/localnet.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ if [ "$fast_blocks" == "False" ]; then
3030
: "${CHAIN:=local}"
3131
: "${BUILD_BINARY:=1}"
3232
: "${FEATURES:="pow-faucet"}"
33-
BUILD_DIR="$BASE_DIR/nodes/non-fast-blocks"
33+
BUILD_DIR="$BASE_DIR/target/non-fast-blocks"
3434
else
3535
# Block of code to execute if fast_blocks is not False
3636
echo "fast_blocks is On"
3737
: "${CHAIN:=local}"
3838
: "${BUILD_BINARY:=1}"
3939
: "${FEATURES:="pow-faucet fast-blocks"}"
40-
BUILD_DIR="$BASE_DIR/nodes/fast-blocks"
40+
BUILD_DIR="$BASE_DIR/target/fast-blocks"
4141
fi
4242

4343
# Ensure the build directory exists

0 commit comments

Comments
 (0)