diff --git a/common/nymsphinx/types/src/lib.rs b/common/nymsphinx/types/src/lib.rs index 16a1c442dc..b9284ca0f9 100644 --- a/common/nymsphinx/types/src/lib.rs +++ b/common/nymsphinx/types/src/lib.rs @@ -95,7 +95,7 @@ impl NymPacket { new_surb.use_surb(message.as_ref(), size)? } else { let surb_material = - SURBMaterial::new(route.to_vec(), delays.to_vec(), destination.to_owned()); + SURBMaterial::new(route.to_vec(), vec![], destination.to_owned()); let surb = SURB::new(EphemeralSecret::new(), surb_material)?; REUSABLE_SURB .set(surb.clone())