Skip to content

Commit 6e488c2

Browse files
authored
cmd/evm: fix Env struct json tag (#28635)
1 parent 5fb8ebc commit 6e488c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/evm/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ type Env struct {
8888
CurrentTimestamp uint64 `json:"currentTimestamp"`
8989
Withdrawals []*Withdrawal `json:"withdrawals"`
9090
// optional
91-
CurrentDifficulty *big.Int `json:"currentDifficuly"`
91+
CurrentDifficulty *big.Int `json:"currentDifficulty"`
9292
CurrentRandom *big.Int `json:"currentRandom"`
9393
CurrentBaseFee *big.Int `json:"currentBaseFee"`
9494
ParentDifficulty *big.Int `json:"parentDifficulty"`

0 commit comments

Comments
 (0)