Skip to content

Commit

Permalink
cmd/evm: fix typo in test script (ethereum#28995)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodhi-crypo authored and jorgemmsilva committed Jun 17, 2024
1 parent fea8923 commit e3d18a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/evm/transition-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ type Env struct {
CurrentTimestamp uint64 `json:"currentTimestamp"`
Withdrawals []*Withdrawal `json:"withdrawals"`
// optional
CurrentDifficulty *big.Int `json:"currentDifficuly"`
CurrentDifficulty *big.Int `json:"currentDifficulty"`
CurrentRandom *big.Int `json:"currentRandom"`
CurrentBaseFee *big.Int `json:"currentBaseFee"`
ParentDifficulty *big.Int `json:"parentDifficulty"`
Expand Down

0 comments on commit e3d18a4

Please sign in to comment.