Constant MAX_SCID_VOUT_INDEX
pub const MAX_SCID_VOUT_INDEX: u64 = 0xffff; // 65_535u64
Expand description
Maximum vout index that can be used in a short_channel_id
. This
value is based on the 2-bytes available for the vout index.
pub const MAX_SCID_VOUT_INDEX: u64 = 0xffff; // 65_535u64
Maximum vout index that can be used in a short_channel_id
. This
value is based on the 2-bytes available for the vout index.