Browse Source

london hard fork

master
yuriy0803 2 years ago
parent
commit
b20204d260
  1. 1
      rpc/rpc.go

1
rpc/rpc.go

@ -34,7 +34,6 @@ type GetBlockReply struct {
Difficulty string `json:"difficulty"` Difficulty string `json:"difficulty"`
GasLimit string `json:"gasLimit"` GasLimit string `json:"gasLimit"`
GasUsed string `json:"gasUsed"` GasUsed string `json:"gasUsed"`
BaseFeePerGas string `json:"baseFeePerGas"`
Timestamp string `json:"timestamp"` Timestamp string `json:"timestamp"`
Transactions []Tx `json:"transactions"` Transactions []Tx `json:"transactions"`
Uncles []string `json:"uncles"` Uncles []string `json:"uncles"`

Loading…
Cancel
Save