dropped default surbs to 10 for uniformity across sdks
This commit is contained in:
@@ -35,7 +35,7 @@ use std::path::PathBuf;
|
||||
use url::Url;
|
||||
|
||||
// The number of surbs to include in a message by default
|
||||
const DEFAULT_NUMBER_OF_SURBS: u32 = 20;
|
||||
const DEFAULT_NUMBER_OF_SURBS: u32 = 10;
|
||||
|
||||
#[derive(Default)]
|
||||
pub struct MixnetClientBuilder<S: MixnetClientStorage = Ephemeral> {
|
||||
|
||||
Reference in New Issue
Block a user