Skip to content

Commit

Permalink
node-data: remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia committed Jul 17, 2024
1 parent 3bb4f00 commit 4b3384e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions node-data/src/ledger/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ impl Block {
&self.faults
}

pub fn into_faults(self) -> Vec<Fault> {
self.faults
}

pub fn set_attestation(&mut self, att: Attestation) {
self.header.att = att;
}
Expand Down

0 comments on commit 4b3384e

Please sign in to comment.