From 26f61328a4ea9e7b1c9842b2c4434cd9720ee0c5 Mon Sep 17 00:00:00 2001 From: Sunny Date: Tue, 20 Aug 2024 11:20:35 +0800 Subject: [PATCH] enable delayGasFee --- core/parallel_state_processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/parallel_state_processor.go b/core/parallel_state_processor.go index 1c0b4c135f..991131a051 100644 --- a/core/parallel_state_processor.go +++ b/core/parallel_state_processor.go @@ -784,7 +784,7 @@ func (p *ParallelStateProcessor) Process(block *types.Block, statedb *state.Stat p.targetStage2Count = p.targetStage2Count - stage2AheadNum } - p.delayGasFee = false + p.delayGasFee = true p.doStaticDispatch(p.allTxReqs) if txDAG != nil && txDAG.DelayGasFeeDistribution() { p.delayGasFee = true