Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
musitdev committed Oct 12, 2023
1 parent 57e65d5 commit 4f268f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stake_vote/src/leader_schedule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ fn process_leadershedule_event(
VoteStore::take_votestore(votestore),
) {
(Ok((stake_map, mut stake_history)), Ok(vote_map)) => {
//For test TODO put in extract and restore process to avoid to clone.
log::info!("LeaderScheduleEvent::CalculateScedule");
//do the calculus in a blocking task.
let jh = tokio::task::spawn_blocking({
move || {
let next_epoch = current_epoch + 1;
Expand Down

0 comments on commit 4f268f6

Please sign in to comment.