Skip to content

Commit e783ee4

Browse files
authored
Merge pull request #788 from Chia-Network/update-timestamp-validation
update block validation documentation
2 parents c66a3dd + 6189c3f commit e783ee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/block-validation/block-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The following sections list all of the required checks to ensure validity of a b
101101
23. Check foliage block hash
102102
24. Check prev block hash for genesis and non-genesis
103103
25. The filter hash in the Foliage Block must be the hash of the filter
104-
26. The timestamp in Foliage Block must not be over 5 minutes in the future, and the timestamp must be greater than the previous transaction block timestamp
104+
26. The timestamp in Foliage Block must not be over 2 minutes in the future, and the timestamp must be greater than the previous transaction block timestamp. (This limit was 5 minutes until soft-fork 2 activated at block height 3886635, 2 Jul, 2023)
105105
27. Check block height for genesis and non-genesis
106106
28. Check block weight for genesis and non-genesis
107107
29. Check challenge chain infusion point VDF

0 commit comments

Comments
 (0)