mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-02 15:23:29 +00:00
might have been false detection
This commit is contained in:
parent
70622cf923
commit
8ee5eb5767
@ -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 &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user