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

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();