Timeout bids stuck as accepted.

This commit is contained in:
tecnovert
2023-03-09 00:53:54 +02:00
parent 724e7f0ffc
commit 97506850c4
5 changed files with 85 additions and 15 deletions

View File

@@ -207,3 +207,7 @@ class BaseApp:
def getTime(self) -> int:
return int(time.time()) + self.mock_time_offset
def setMockTimeOffset(self, new_offset: int) -> None:
self.log.warning(f'Setting mocktime to {new_offset}')
self.mock_time_offset = new_offset