Skip to content

Commit

Permalink
Remove outdated todo comment (#10850)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun authored Jun 30, 2020
1 parent 2dfa48d commit cabedc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit cabedc0

Please sign in to comment.