diff --git a/node-data/src/ledger/block.rs b/node-data/src/ledger/block.rs index 56f49849aa..9e691b3ff8 100644 --- a/node-data/src/ledger/block.rs +++ b/node-data/src/ledger/block.rs @@ -62,10 +62,6 @@ impl Block { &self.faults } - pub fn into_faults(self) -> Vec { - self.faults - } - pub fn set_attestation(&mut self, att: Attestation) { self.header.att = att; }