pub const MAX_ESTIMATED_DISTANCE_TO_NETWORK_CHAIN_TIP: HeightDiff = 100;
Expand description

The max estimated distance to the chain tip for the getblocktemplate method.

Allows the same clock skew as the Zcash network, which is 100 blocks, based on the standard rule:

A full validator MUST NOT accept blocks with nTime more than two hours in the future according to its clock. This is not strictly a consensus rule because it is nondeterministic, and clock time varies between nodes.

https://zips.z.cash/protocol/protocol.pdf#blockheader