Skip to content

Commit

Permalink
cmd/evm: fix Env struct json tag (ethereum#28635)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-hust authored and Doozers committed Dec 22, 2023
1 parent 328cbe2 commit bf4046f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/evm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,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 bf4046f

Please sign in to comment.