Skip to content

Commit

Permalink
Remove needless touch
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Sep 11, 2024
1 parent f4a1ca8 commit 0e8aca5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/run-sanity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ $solana_ledger_tool verify --abort-on-invalid-block \
first_simulated_slot=$((latest_slot / 2))
purge_slot=$((first_simulated_slot + latest_slot / 4))
echo "First simulated slot: ${first_simulated_slot}"
touch config/ledger/simulate_block_production_allowed
# Purge some slots so that later verify fails if sim is broken
$solana_ledger_tool purge --ledger config/ledger "$purge_slot"
$solana_ledger_tool simulate-block-production --ledger config/ledger \
Expand Down

0 comments on commit 0e8aca5

Please sign in to comment.