Skip to content

Commit

Permalink
Remove uneeded comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bvscd authored Mar 31, 2023
1 parent ec3ab07 commit 38ec925
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/validator/validator_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -606,11 +606,7 @@ impl ValidatorManagerImpl {
cc_seqno,
&self.config
);
//=======
// if let Some(local_key) = self.find_us(&subset.0) {
// let vsubset = ValidatorSet::with_cc_seqno(0, 0, 0, cc_seqno, subset.0)?;
//>>>>>>> fb7e32d041c8044f742b29a4ebe0043997cebb7d


let session_info = SessionInfo::new(ident.clone(), session_id.clone(), vsubset.clone());
let old_shards: Vec<ShardIdent> = prev_blocks.iter().map(|blk| blk.shard_id.clone()).collect();
self.session_history.new_session_after(session_info.clone(), old_shards.clone())?;
Expand Down

0 comments on commit 38ec925

Please sign in to comment.