Skip to content

Commit

Permalink
Merge pull request #2091 from zhiqiangxu/rm_trailing_continue
Browse files Browse the repository at this point in the history
chore: remove trailing continue
  • Loading branch information
guggero authored Mar 26, 2024
2 parents 3cb9f60 + 6ae24a0 commit 429d00f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mining/mining.go
Original file line number Diff line number Diff line change
Expand Up @@ -563,9 +563,6 @@ mempoolLoop:
}
prioItem.dependsOn[*originHash] = struct{}{}

// Skip the check below. We already know the
// referenced transaction is available.
continue
}
}

Expand Down

0 comments on commit 429d00f

Please sign in to comment.