From 4ff0e6e5efc19af97e98e489700777f6727e7637 Mon Sep 17 00:00:00 2001 From: irrun Date: Tue, 11 Jun 2024 17:03:27 +0800 Subject: [PATCH] fix: bundlepool dont set max gas --- core/txpool/bundlepool/bundlepool.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/txpool/bundlepool/bundlepool.go b/core/txpool/bundlepool/bundlepool.go index 57b7245746..08bb64e4bf 100644 --- a/core/txpool/bundlepool/bundlepool.go +++ b/core/txpool/bundlepool/bundlepool.go @@ -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