Skip to content

Commit

Permalink
Merge branch 'eichhorl/fix-comment' into 'master'
Browse files Browse the repository at this point in the history
fix(consensus): CON-1097 Fix documentation of remove function in DKG pool

 

See merge request dfinity-lab/public/ic!14849
  • Loading branch information
eichhorl committed Sep 18, 2023
2 parents ad007f0 + 02b1221 commit 9adeb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/artifact_pool/src/dkg_pool.rs
Expand Up @@ -113,7 +113,7 @@ impl MutablePool<DkgArtifact, ChangeSet> for DkgPoolImpl {
.insert(ic_types::crypto::crypto_hash(&artifact.message), artifact);
}

/// Inserts an unvalidated artifact from the unvalidated section.
/// Removes an unvalidated artifact from the unvalidated section.
fn remove(&mut self, id: &DkgMessageId) {
self.unvalidated.remove(id);
}
Expand Down

0 comments on commit 9adeb57

Please sign in to comment.