Merge pull request #2091 from zhiqiangxu/rm_trailing_continue

chore: remove trailing continue
This commit is contained in:
Oliver Gugger 2024-03-26 02:36:00 -06:00 committed by GitHub
commit 429d00fe3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -563,9 +563,6 @@ mempoolLoop:
}
prioItem.dependsOn[*originHash] = struct{}{}
// Skip the check below. We already know the
// referenced transaction is available.
continue
}
}