Skip to content

Commit

Permalink
Update localnet.sh
Browse files Browse the repository at this point in the history
switch off fast blocks sync
  • Loading branch information
nolonek authored Sep 28, 2024
1 parent 3008d01 commit af52203
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 @@ -17,7 +17,7 @@ BASE_DIR="$SCRIPT_DIR/.."

# get parameters
# Get the value of fast_blocks from the first argument
fast_blocks=${1:-"True"}
fast_blocks=${1:-"False"}

# Check the value of fast_blocks
if [ "$fast_blocks" == "False" ]; then
Expand Down

0 comments on commit af52203

Please sign in to comment.