Skip to content

Commit

Permalink
addressed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikspatil024 committed Jan 22, 2024
1 parent 46b554a commit 9947ee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/parallel_state_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ func (p *ParallelStateProcessor) Process(block *types.Block, statedb *state.Stat

if !VerifyDeps(deps) {
blockTxDependency = nil
deps = make(map[int][]int)
}

if blockTxDependency != nil {
Expand Down

0 comments on commit 9947ee5

Please sign in to comment.