Constant MAX_INPUTS_PER_NOTE

Source
pub const MAX_INPUTS_PER_NOTE: usize = 128;
Expand description

The maximum number of inputs that can accompany a single note.

The value is set to 128 so that it can be represented using as a single byte while being evenly divisible by 8.