Skip to content

Commit

Permalink
fix: bundlepool dont set max gas
Browse files Browse the repository at this point in the history
  • Loading branch information
irrun committed Jun 11, 2024
1 parent 4c91334 commit 4ff0e6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/txpool/bundlepool/bundlepool.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ func (p *BundlePool) Reset(oldHead, newHead *types.Header) {
func (p *BundlePool) SetGasTip(tip *big.Int) {}

func (p *BundlePool) SetMaxGas(maxGas uint64) {
//TODO implement me
panic("implement me")
}

// Has returns an indicator whether subpool has a transaction cached with the
Expand Down

0 comments on commit 4ff0e6e

Please sign in to comment.