We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea8923 commit e3d18a4Copy full SHA for e3d18a4
cmd/evm/transition-test.sh
@@ -103,7 +103,7 @@ type Env struct {
103
CurrentTimestamp uint64 `json:"currentTimestamp"`
104
Withdrawals []*Withdrawal `json:"withdrawals"`
105
// optional
106
- CurrentDifficulty *big.Int `json:"currentDifficuly"`
+ CurrentDifficulty *big.Int `json:"currentDifficulty"`
107
CurrentRandom *big.Int `json:"currentRandom"`
108
CurrentBaseFee *big.Int `json:"currentBaseFee"`
109
ParentDifficulty *big.Int `json:"parentDifficulty"`
0 commit comments