Remove outdated todo comment (#10850)
This commit is contained in:
@ -806,7 +806,7 @@ impl Bank {
|
|||||||
|
|
||||||
if *hash == Hash::default() {
|
if *hash == Hash::default() {
|
||||||
// finish up any deferred changes to account state
|
// finish up any deferred changes to account state
|
||||||
self.collect_rent_eagerly(); // update the docs
|
self.collect_rent_eagerly();
|
||||||
self.collect_fees();
|
self.collect_fees();
|
||||||
self.distribute_rent();
|
self.distribute_rent();
|
||||||
self.update_slot_history();
|
self.update_slot_history();
|
||||||
|
Reference in New Issue
Block a user