Skip to content

Commit

Permalink
remove trailing continue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiangxu committed Jan 4, 2024
1 parent 4af0ca8 commit 943e069
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 943e069

Please sign in to comment.