refactor: remove max_write_errors and max_faults

This commit is contained in:
Yureka
2024-03-04 18:37:00 +01:00
parent bbde9bc912
commit 6760895926
5 changed files with 5 additions and 19 deletions
-1
View File
@@ -20,7 +20,6 @@ pub trait TableReplication: Send + Sync + 'static {
fn write_sets(&self, hash: &Hash) -> Self::WriteSets;
/// Responses needed to consider a write succesfull in each set
fn write_quorum(&self) -> usize;
fn max_write_errors(&self) -> usize;
// Accessing partitions, for Merkle tree & sync
/// Get partition for data with given hash