Skip to content

Commit

Permalink
consensus: remove delete_candidate_blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
fed-franz committed Aug 22, 2024
1 parent 8d0af45 commit 4c439fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion consensus/src/commons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ impl From<BlsSigError> for ConsensusError {
#[async_trait::async_trait]
pub trait Database: Send + Sync {
fn store_candidate_block(&mut self, b: Block);
fn delete_candidate_blocks(&mut self);
}

#[derive(Clone)]
Expand Down

0 comments on commit 4c439fb

Please sign in to comment.