Constant MAX_SCID_BLOCK
pub const MAX_SCID_BLOCK: u64 = 0x00ffffff; // 16_777_215u64
Expand description
Maximum block height that can be used in a short_channel_id
. This
value is based on the 3-bytes available for block height.
pub const MAX_SCID_BLOCK: u64 = 0x00ffffff; // 16_777_215u64
Maximum block height that can be used in a short_channel_id
. This
value is based on the 3-bytes available for block height.