Disable delays
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user