might have been false detection

This commit is contained in:
Ben 2024-12-17 16:07:01 +01:00
parent 70622cf923
commit 8ee5eb5767
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B

View File

@ -87,8 +87,6 @@ namespace BlockchainUtils
private bool HighestBeforeSelector(DateTime target, BlockTimeEntry entry)
{
if (entry.BlockNumber == bounds.Current.BlockNumber) return true;
var next = GetBlock(entry.BlockNumber + 1);
return
entry.Utc <= target &&