Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
debjit-bw committed Oct 13, 2024
1 parent c91580c commit 6311a7d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion scripts/generate_test_vectors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ function make_block() {
echo $BLOCK | jq '.' > $OUT_DIR/block_$BLOCK_NUMBER_HEX.json

# send the new block as payload

RESPONSE=$(curl -X POST -H "Content-Type: application/json" \
-H "Authorization: Bearer $JWT_TOKEN" \
--data "{
Expand Down
3 changes: 1 addition & 2 deletions scripts/generate_test_vectors_nethermind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ cleanup() {
}
trap cleanup EXIT

# Generate test vectors
$DIR/generate_test_vectors.sh
$DIR/generate_test_vectors.sh

0 comments on commit 6311a7d

Please sign in to comment.