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