pub const MAX_DUMMY_HOPS_COUNT: usize = 10;
The maximum number of dummy hops that can be added to a blinded path. This is to prevent paths from becoming too long and potentially causing issues with message processing or routing.