Skip to content

Commit

Permalink
Merge branch 'mathias-CRP-2355-update-retain-active-transcripts-docum…
Browse files Browse the repository at this point in the history
…entation' into 'master'

docs(crypto): CRP-2355: Update IDkgProtocol::retain_active_transcripts docs

Add `IDkgRetainKeysError::TransientInternalError` as a potentially returned error to the `IDkgProtocol::retain_active_transcripts` docs. 

See merge request dfinity-lab/public/ic!17136
  • Loading branch information
mbjorkqvist committed Jan 15, 2024
2 parents de1ef89 + b2ab069 commit 47081c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rs/interfaces/src/crypto/sign/canister_threshold_sig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,8 @@ pub trait IDkgProtocol {
/// an RPC error communicating with a remote CSP vault occurs
/// * [`IDkgRetainThresholdKeysError::SerializationError`] if a transcript cannot
/// be serialized into a key id to identify the IDKG threshold secret key
/// * [`IDkgRetainKeysError::TransientInternalError`] if there is a transient error
/// retaining the active transcripts
fn retain_active_transcripts(
&self,
active_transcripts: &HashSet<IDkgTranscript>,
Expand Down

0 comments on commit 47081c4

Please sign in to comment.