pub const PRE_COMMIT_EXPIRATION_DURATION_BLOCKS: u32 = 800;
Expand description

Expiration duration in blocks of a pre-commit This is the maximum expected time for document consensus to take place between a pre-commit of an anchor and a commit to be received for the pre-committed anchor. Currently we expect to provide around 80 mins for this. Since our current block time as per chain_spec.rs is 6s, we set this to 80 * 60 secs / 6 secs/block = 800 blocks.