Skip to content

Commit dd27749

Browse files
committed
Remove 'totalDifficulty' field from Block type
1 parent ed19e93 commit dd27749

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eth/types/types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ type Block struct {
470470
ReceiptsRoot common.Hash `json:"receiptsRoot"`
471471
Miner common.Address `json:"miner"`
472472
Difficulty hexutil.Uint64 `json:"difficulty"`
473-
TotalDifficulty hexutil.Uint64 `json:"totalDifficulty"`
474473
ExtraData hexutil.Bytes `json:"extraData"`
475474
Size hexutil.Uint64 `json:"size"`
476475
GasLimit hexutil.Uint64 `json:"gasLimit"`

0 commit comments

Comments
 (0)