Skip to content

Commit 8ee5eb5

Browse files
committed
might have been false detection
1 parent 70622cf commit 8ee5eb5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Framework/BlockchainUtils/BlockTimeFinder.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ private BlockTimeEntry GetMiddle(BlockTimeEntry lower, BlockTimeEntry upper)
8787

8888
private bool HighestBeforeSelector(DateTime target, BlockTimeEntry entry)
8989
{
90-
if (entry.BlockNumber == bounds.Current.BlockNumber) return true;
91-
9290
var next = GetBlock(entry.BlockNumber + 1);
9391
return
9492
entry.Utc <= target &&

0 commit comments

Comments
 (0)