Skip to content

Commit bf4046f

Browse files
ddl-hustDoozers
authored andcommitted
cmd/evm: fix Env struct json tag (ethereum#28635)
1 parent 328cbe2 commit bf4046f

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)