From 47ef3d862302df6f9267a5cb9d2ed24746bfab44 Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 16 May 2024 09:13:12 +0400 Subject: [PATCH] fix: localnet pow-faucet feature --- scripts/localnet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/localnet.sh b/scripts/localnet.sh index 66525baca5..813701be32 100755 --- a/scripts/localnet.sh +++ b/scripts/localnet.sh @@ -20,7 +20,7 @@ fi if [[ $BUILD_BINARY == "1" ]]; then echo "*** Building substrate binary..." - cargo build --release --features "$FEATURES" --manifest-path "$BASE_DIR/node/Cargo.toml" + cargo build --release --features "$FEATURES" --manifest-path "$BASE_DIR/Cargo.toml" echo "*** Binary compiled" fi