Skip to content

Commit

Permalink
Merge pull request #427 from opentensor/fix/localnet-features
Browse files Browse the repository at this point in the history
fix: localnet pow-faucet feature
  • Loading branch information
distributedstatemachine authored May 16, 2024
2 parents 2a08486 + 47ef3d8 commit 8ef17ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/localnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8ef17ba

Please sign in to comment.