Skip to content

Commit 76d4393

Browse files
foriequal0sgkim126
authored andcommitted
Remove done TODO in stake module
1 parent 39484fb commit 76d4393

File tree

1 file changed

+0
-3
lines changed
  • core/src/consensus/stake

1 file changed

+0
-3
lines changed

core/src/consensus/stake/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,6 @@ pub fn on_term_close(
343343
(nomination_expiration, current_term + custody_period, current_term + release_period)
344344
};
345345

346-
// TODO: total_slash = slash_unresponsive(headers, pending_rewards)
347-
// TODO: pending_rewards.update(signature_reward(blocks, total_slash))
348-
349346
let expired = update_candidates(state, current_term, nomination_expiration, inactive_validators)?;
350347
let released = release_jailed_prisoners(state, current_term)?;
351348

0 commit comments

Comments
 (0)