Disable delays

This commit is contained in:
Drazen
2023-11-14 15:56:55 +00:00
parent 60518f2f2b
commit b5739c7308
+1 -1
View File
@@ -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())