Actively manage dead slots in AncestorHashesService (#18912)

This commit is contained in:
carllin
2021-08-02 14:33:28 -07:00
committed by GitHub
parent c16bf02448
commit 03353d500f
10 changed files with 1171 additions and 104 deletions

View File

@ -284,7 +284,7 @@ impl Blockstore {
self.db
}
pub fn ledger_path(&self) -> &Path {
pub fn ledger_path(&self) -> &PathBuf {
&self.ledger_path
}