Remove outdated todo comment (#10850)
This commit is contained in:
parent
2dfa48daf9
commit
cabedc0f36
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue