mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 06:34:19 +01:00
Fixes start_time range log
This commit is contained in:
@@ -167,7 +167,7 @@ class Inspector:
|
|||||||
else:
|
else:
|
||||||
message = (
|
message = (
|
||||||
"start_time is too close to current height. "
|
"start_time is too close to current height. "
|
||||||
"Accepted times are: [current_height+1, current_height+2]"
|
"Accepted times are: [current_height+1, current_height+6]"
|
||||||
)
|
)
|
||||||
|
|
||||||
elif start_time > block_height + 6:
|
elif start_time > block_height + 6:
|
||||||
|
|||||||
Reference in New Issue
Block a user