rename build.AllowableClockDrift{=>Secs}.

This commit is contained in:
Raúl Kripalani
2020-06-30 15:00:01 +01:00
parent d232299c77
commit 3b826e41f6
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ Assemble a `FullTipSet` populated with the single block received earlier.
This function contains most of the validation logic grouped in separate closures that run asynchronously, this list does not reflect validation order then.
`V:` Block `Timestamp`:
* Is not bigger than current time plus `AllowableClockDrift`.
* Is not bigger than current time plus `AllowableClockDriftSecs`.
* Is not smaller than previous block's `Timestamp` plus `BlockDelay` (including null blocks).
### Messages