AcctIdx: fix some missing dirty calls (#20089)

This commit is contained in:
Jeff Washington (jwash)
2021-09-22 08:45:08 -05:00
committed by GitHub
parent e68eee830b
commit 6c518102dd
2 changed files with 4 additions and 1 deletions

View File

@@ -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);
}
}