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 01a3566 + 291b34f commit b031b01Copy full SHA for b031b01
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