We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621cedf commit 15b64fcCopy full SHA for 15b64fc
scripts/localnet.sh
@@ -30,14 +30,14 @@ if [ "$fast_blocks" == "False" ]; then
30
: "${CHAIN:=local}"
31
: "${BUILD_BINARY:=1}"
32
: "${FEATURES:="pow-faucet"}"
33
- BUILD_DIR="$BASE_DIR/nodes/non-fast-blocks"
+ BUILD_DIR="$BASE_DIR/target/non-fast-blocks"
34
else
35
# Block of code to execute if fast_blocks is not False
36
echo "fast_blocks is On"
37
38
39
: "${FEATURES:="pow-faucet fast-blocks"}"
40
- BUILD_DIR="$BASE_DIR/nodes/fast-blocks"
+ BUILD_DIR="$BASE_DIR/target/fast-blocks"
41
fi
42
43
# Ensure the build directory exists
0 commit comments