Remove outdated todo comment (#10850)

This commit is contained in:
Ryo Onodera 2020-06-30 22:43:01 +09:00 committed by GitHub
parent 2dfa48daf9
commit cabedc0f36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -806,7 +806,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();