Skip to content

Commit

Permalink
mining: remove trailing continue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiangxu committed Mar 26, 2024
1 parent 4af0ca8 commit 6ae24a0
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 6ae24a0

Please sign in to comment.