From 1cf142c193a7989811e6bd901d2eed8d603f5144 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 15:07:09 +0000 Subject: [PATCH] Remove outdated todo comment (#10850) (#10851) (cherry picked from commit cabedc0f360f3ebdf76cef8a93966138d90f1e8f) Co-authored-by: Ryo Onodera --- runtime/src/bank.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/bank.rs b/runtime/src/bank.rs index be24b736d5..7453896982 100644 --- a/runtime/src/bank.rs +++ b/runtime/src/bank.rs @@ -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();