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 ed19e93 commit dd27749Copy full SHA for dd27749
eth/types/types.go
@@ -470,7 +470,6 @@ type Block struct {
470
ReceiptsRoot common.Hash `json:"receiptsRoot"`
471
Miner common.Address `json:"miner"`
472
Difficulty hexutil.Uint64 `json:"difficulty"`
473
- TotalDifficulty hexutil.Uint64 `json:"totalDifficulty"`
474
ExtraData hexutil.Bytes `json:"extraData"`
475
Size hexutil.Uint64 `json:"size"`
476
GasLimit hexutil.Uint64 `json:"gasLimit"`
0 commit comments