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.
2 parents dbc43f6 + b031b01 commit 92b91d3Copy full SHA for 92b91d3
arbitrum/apibackend.go
@@ -282,7 +282,7 @@ func (a *APIBackend) FeeHistory(
282
currentTimestampGasUsed = 0
283
}
284
285
- receipts := a.BlockChain().GetReceiptsByHash(header.ReceiptHash)
+ receipts := a.BlockChain().GetReceiptsByHash(header.Hash())
286
for _, receipt := range receipts {
287
if receipt.GasUsed > receipt.GasUsedForL1 {
288
currentTimestampGasUsed += receipt.GasUsed - receipt.GasUsedForL1
0 commit comments