Fixes start_time range log

This commit is contained in:
Sergi Delgado Segura
2020-02-16 17:42:10 +01:00
parent 4406beb5cd
commit fc24a4e8c9

View File

@@ -167,7 +167,7 @@ class Inspector:
else:
message = (
"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: