Skip to content

Commit

Permalink
Remove outdated todo comment (#10850)
Browse files Browse the repository at this point in the history
(cherry picked from commit cabedc0)
  • Loading branch information
ryoqun authored and mergify-bot committed Jun 30, 2020
1 parent 3e29325 commit 91ae942
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 @@ -805,7 +805,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 91ae942

Please sign in to comment.