AcctIdx: fix some missing dirty calls (#20089)
This commit is contained in:
committed by
GitHub
parent
e68eee830b
commit
6c518102dd
@@ -297,6 +297,7 @@ impl<T: IndexValue> WriteAccountMapEntry<T> {
|
||||
// If it's the first non-cache insert, also bump the stored ref count
|
||||
self.borrow_owned_entry().add_un_ref(true);
|
||||
}
|
||||
self.borrow_owned_entry().set_dirty(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user