Forge a confirmed root before halting for RPC inspection (#10061)

This commit is contained in:
Michael Vines
2020-05-15 09:02:48 -07:00
committed by GitHub
parent b762319fc5
commit 1da1667920
2 changed files with 7 additions and 1 deletions

View File

@ -180,7 +180,6 @@ impl BlockCommitmentCache {
}
}
#[cfg(test)]
pub(crate) fn set_get_largest_confirmed_root(&mut self, root: Slot) {
self.largest_confirmed_root = root;
}