Skip to content

Commit

Permalink
add an overlay stride
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed Feb 22, 2024
1 parent dfb91fd commit ace193e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: go run ./cmd/geth --dev --cache.preimages init genesis.json

- name: Run geth in devmode
run: go run ./cmd/geth --dev --dev.period=5 --cache.preimages --http --datadir=.shadowfork --override.prague=$(($(date +%s) + 45)) > log.txt &
run: go run ./cmd/geth --dev --dev.period=5 --cache.preimages --http --datadir=.shadowfork --override.overlay-stride=10 --override.prague=$(($(date +%s) + 45)) > log.txt &

- name: Wait for the transition to start
run: |
Expand Down

0 comments on commit ace193e

Please sign in to comment.