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 5396f38 commit 9d2e39dCopy full SHA for 9d2e39d
oracle/block.go
@@ -504,7 +504,7 @@ func (b *FullBlock) GetProposerTip() (*big.Int, error) {
504
tipFee.Mul(gasPrice, gasUsed)
505
case 1:
506
507
- case 2, 3:
+ case 2, 3, 4:
508
// Sum gastipcap and basefee or saturate to gasfeecap
509
usedGasPrice := utils.SumAndSaturate(tx.GasTipCap(), b.ExecutionHeader.BaseFee, tx.GasFeeCap())
510
tipFee = new(big.Int).Mul(usedGasPrice, gasUsed)
0 commit comments