removed redundant Blockchain::db method (#7919)
This commit is contained in:
parent
ec34d50459
commit
ff0c44c060
@ -1408,11 +1408,6 @@ impl BlockChain {
|
|||||||
ancient_block_number: best_ancient_block.as_ref().map(|b| b.number),
|
ancient_block_number: best_ancient_block.as_ref().map(|b| b.number),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
|
||||||
pub fn db(&self) -> &Arc<KeyValueDB> {
|
|
||||||
&self.db
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
Loading…
Reference in New Issue
Block a user