diff --git a/Framework/BlockchainUtils/BlockTimeFinder.cs b/Framework/BlockchainUtils/BlockTimeFinder.cs index f7b4bd5..a84cda3 100644 --- a/Framework/BlockchainUtils/BlockTimeFinder.cs +++ b/Framework/BlockchainUtils/BlockTimeFinder.cs @@ -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 &&