remove useless function

This commit is contained in:
Nicolas Ochem 2017-07-02 14:52:29 -07:00
parent c3172a71a1
commit 45f65084d6
1 changed files with 0 additions and 5 deletions

View File

@ -73,11 +73,6 @@ impl BestHeadersChain {
.expect("storage_best_hash is always known")
}
/// Get height of best block
pub fn block_count(&self) -> u32 {
self.best.len()
}
/// Insert new block header
pub fn insert(&mut self, header: IndexedBlockHeader) {
// append to the best chain