Remove outdated todo comment (#10850) (#10851)

(cherry picked from commit cabedc0f36)

Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
This commit is contained in:
mergify[bot]
2020-06-30 15:07:09 +00:00
committed by GitHub
parent 3e29325410
commit 1cf142c193

View File

@@ -805,7 +805,7 @@ impl Bank {
if *hash == Hash::default() {
// finish up any deferred changes to account state
self.collect_rent_eagerly(); // update the docs
self.collect_rent_eagerly();
self.collect_fees();
self.distribute_rent();
self.update_slot_history();