Skip to content

Commit e3d18a4

Browse files
bodhi-crypojorgemmsilva
authored andcommitted
cmd/evm: fix typo in test script (ethereum#28995)
1 parent fea8923 commit e3d18a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/evm/transition-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ type Env struct {
103103
CurrentTimestamp uint64 `json:"currentTimestamp"`
104104
Withdrawals []*Withdrawal `json:"withdrawals"`
105105
// optional
106-
CurrentDifficulty *big.Int `json:"currentDifficuly"`
106+
CurrentDifficulty *big.Int `json:"currentDifficulty"`
107107
CurrentRandom *big.Int `json:"currentRandom"`
108108
CurrentBaseFee *big.Int `json:"currentBaseFee"`
109109
ParentDifficulty *big.Int `json:"parentDifficulty"`

0 commit comments

Comments
 (0)