pub const MAX_ID_SIZE: u64 = 32;
Expand description

limit the ID size to 32 bytes. Right now the Node ID are 24 bytes but for backward compatibility keep the value to 32bytes.