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