Skip to content

Commit

Permalink
cmd/evm:fix Env struct json tag (#8986)
Browse files Browse the repository at this point in the history
use geth found this doc problem
ethereum/go-ethereum#28635
  • Loading branch information
ddl-hust committed Dec 15, 2023
1 parent e82147c commit e018bb0
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 e018bb0

Please sign in to comment.