Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
debjit-bw committed Oct 13, 2024
1 parent f621653 commit 36e18df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/generate_test_vectors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,17 @@ until curl -X POST -H "Content-Type: application/json" \
sleep 2
done

echo "Nethermind is available"

BLOCK_COUNTER=0

# function make_block() {

# increment block counter
((BLOCK_COUNTER++))

echo "Making block $BLOCK_COUNTER"

HEAD_BLOCK=$(curl -X POST -H "Content-Type: application/json" \
--data "{
\"jsonrpc\":\"2.0\",
Expand Down

0 comments on commit 36e18df

Please sign in to comment.