Skip to content

Commit ebe6aca

Browse files
committed
Stacks. Fixes by pre-commit tools
1 parent 02dd5fa commit ebe6aca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/stacks/lib/assets/download-binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ else
4141
wget "https://github.com/$STACKS_ORG/$STACKS_REPO/releases/download/$VERSION_TAG/linux-glibc-arm64.zip" -O $STACKS_BINARIES_FILE_NAME
4242
fi
4343

44-
unzip ./$STACKS_BINARIES_FILE_NAME -d $START_DIR/bin
44+
unzip ./$STACKS_BINARIES_FILE_NAME -d $START_DIR/bin

lib/stacks/sample-configs/.env-sample-follower

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AWS_REGION="us-west-2" # AWS region for dep
1313
# STACKS_CPU_TYPE="x86_64" # CPU architecture: "x86_64", "ARM_64". IMPORTANT: Ensure compatibility with instance type
1414
# STACKS_VERSION="latest" # Stacks node version to deploy. Use "latest" for the most recent version
1515
# STACKS_BUILD_FROM_SOURCE="true" # By default we download binaries from official GitHub. Uncomment to build from source.
16-
# STACKS_DOWNLOAD_CHAINSTATE="true" # Set to "false" to let the node sync data from block 0
16+
# STACKS_DOWNLOAD_CHAINSTATE="true" # Set to "false" to let the node sync data from block 0
1717
STACKS_NODE_CONFIGURATION="follower" # Node configuration type: "follower", "signer", "miner"
1818
# STACKS_BOOTSTRAP_NODE="..." # Address of the bootstrap node for network connection
1919
# STACKS_CHAINSTATE_ARCHIVE="..." # Archive node for initial chain state.

lib/stacks/test/.env-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ STACKS_CPU_TYPE="ARM_64" # CPU architecture:
1313
STACKS_VERSION="latest" # Stacks node version to deploy. Use "latest" for the most recent version
1414
STACKS_NODE_CONFIGURATION="follower" # Node configuration type: "follower", "signer", "miner"
1515
STACKS_BUILD_FROM_SOURCE="true" # By default we download binaries from official GitHub. Uncomment to build from source.
16-
STACKS_DOWNLOAD_CHAINSTATE="false" # Set to "false" to let the node sync data from block 0
16+
STACKS_DOWNLOAD_CHAINSTATE="false" # Set to "false" to let the node sync data from block 0
1717
STACKS_BOOTSTRAP_NODE="TEST_BOOTSTRAP_NODE" # Address of the bootstrap node for network connection
1818
STACKS_CHAINSTATE_ARCHIVE="TEST_BOOTSTRAP_NODE" # Archive node for initial chain state.
1919

0 commit comments

Comments
 (0)