Skip to content

Commit bca05e1

Browse files
committed
fix doc comment or fast ci
1 parent 6486a9d commit bca05e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/contract/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2088,7 +2088,7 @@ impl MpcContract {
20882088

20892089
/// Returns all allowed code hashes in descending order of their expiry
20902090
/// date. Note that the expiration depends on the contract configuration
2091-
/// (c.f. [`Config::tee_upgrade_deadline_duration_seconds`]).
2091+
/// (c.f. [`dtos::Config::tee_upgrade_deadline_duration_seconds`]).
20922092
pub fn allowed_docker_image_hashes(&self) -> Vec<dtos::AllowedMpcDockerImageHash> {
20932093
let tee_upgrade_deadline_duration =
20942094
Duration::from_secs(self.config.tee_upgrade_deadline_duration_seconds);

0 commit comments

Comments
 (0)