AcctsIdx: introduce dirty state per pubkey (#19960)
This commit is contained in:
committed by
GitHub
parent
53fbbfe56c
commit
4d8b3aa578
@@ -153,6 +153,7 @@ impl<T: IndexValue> InMemAccountsIndex<T> {
|
||||
if addref {
|
||||
current.add_un_ref(true);
|
||||
}
|
||||
new_value.set_dirty(true);
|
||||
}
|
||||
|
||||
// modifies slot_list
|
||||
|
Reference in New Issue
Block a user