bast bank ancestor check (#4050)
This commit is contained in:
committed by
GitHub
parent
6f56501034
commit
3e14af5033
@ -124,7 +124,7 @@ pub struct Bank {
|
||||
parent: RwLock<Option<Arc<Bank>>>,
|
||||
|
||||
/// The set of parents including this bank
|
||||
ancestors: HashMap<u64, usize>,
|
||||
pub ancestors: HashMap<u64, usize>,
|
||||
|
||||
/// Hash of this Bank's state. Only meaningful after freezing.
|
||||
hash: RwLock<Hash>,
|
||||
|
Reference in New Issue
Block a user