diff --git a/nomos-da/network/core/src/dispersal/executor/mod.rs b/nomos-da/network/core/src/dispersal/executor/mod.rs index e69de29b..8b137891 100644 --- a/nomos-da/network/core/src/dispersal/executor/mod.rs +++ b/nomos-da/network/core/src/dispersal/executor/mod.rs @@ -0,0 +1 @@ + diff --git a/nomos-da/network/core/src/replication/mod.rs b/nomos-da/network/core/src/replication/mod.rs index d5f3a963..e675a0b3 100644 --- a/nomos-da/network/core/src/replication/mod.rs +++ b/nomos-da/network/core/src/replication/mod.rs @@ -33,7 +33,7 @@ mod test { [0].into_iter().collect() } - fn is_allowed(&self, id: &Self::Id) -> bool { + fn is_allowed(&self, _id: &Self::Id) -> bool { true }