Skip to content

Commit

Permalink
Merge pull request #232 from welkin22/feature/TxDAG-v0.1-feedelayfix
Browse files Browse the repository at this point in the history
pevm(txDAG): fix cannotGasFeeDelay setting bug
  • Loading branch information
welkin22 authored Dec 4, 2024
2 parents 6a61b73 + dfb4972 commit 066986c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/types/mvstates.go
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ func (s *MVStates) resolveDepsMapCacheByWrites(index int, reads []RWEventItem, w

for _, addr := range s.gasFeeReceivers {
if _, ok := addrMap[addr]; ok {
rwSet.cannotGasFeeDelay = true
s.rwSets[index].cannotGasFeeDelay = true
break
}
}
Expand Down

0 comments on commit 066986c

Please sign in to comment.