Skip to content

Commit

Permalink
enable delayGasFee
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny2022da committed Aug 20, 2024
1 parent d3fc63a commit 26f6132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/parallel_state_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26f6132

Please sign in to comment.