We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb8ebc commit 6e488c2Copy full SHA for 6e488c2
cmd/evm/README.md
@@ -88,7 +88,7 @@ type Env struct {
88
CurrentTimestamp uint64 `json:"currentTimestamp"`
89
Withdrawals []*Withdrawal `json:"withdrawals"`
90
// optional
91
- CurrentDifficulty *big.Int `json:"currentDifficuly"`
+ CurrentDifficulty *big.Int `json:"currentDifficulty"`
92
CurrentRandom *big.Int `json:"currentRandom"`
93
CurrentBaseFee *big.Int `json:"currentBaseFee"`
94
ParentDifficulty *big.Int `json:"parentDifficulty"`
0 commit comments