Skip to content

Commit

Permalink
might have been false detection
Browse files Browse the repository at this point in the history
  • Loading branch information
benbierens committed Dec 17, 2024
1 parent 70622cf commit 8ee5eb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Framework/BlockchainUtils/BlockTimeFinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ private BlockTimeEntry GetMiddle(BlockTimeEntry lower, BlockTimeEntry upper)

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 &&
Expand Down

0 comments on commit 8ee5eb5

Please sign in to comment.