From cabedc0f360f3ebdf76cef8a93966138d90f1e8f Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Tue, 30 Jun 2020 22:43:01 +0900 Subject: [PATCH] Remove outdated todo comment (#10850) --- 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 ca2b760c4f..4c6152afcf 100644 --- a/runtime/src/bank.rs +++ b/runtime/src/bank.rs @@ -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();