mining: remove trailing continue

This commit is contained in:
zhiqiangxu 2024-01-04 11:40:16 +08:00
parent 4af0ca8c30
commit 6ae24a0693

View File

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