Constant zebra_state::service::arbitrary::MAX_PARTIAL_CHAIN_BLOCKS
source ยท pub const MAX_PARTIAL_CHAIN_BLOCKS: usize = _; // 104usize
Expand description
The chain length for most zebra-state proptests.
Most generated chains will contain transparent spends at or before this height.
This height was chosen as a tradeoff between chains with no transparent spends, and chains which spend outputs created by previous spends.
See block::arbitrary::PREVOUTS_CHAIN_HEIGHT
for details.