There was an error while loading. Please reload this page.
1 parent 6486a9d commit bca05e1Copy full SHA for bca05e1
1 file changed
crates/contract/src/lib.rs
@@ -2088,7 +2088,7 @@ impl MpcContract {
2088
2089
/// Returns all allowed code hashes in descending order of their expiry
2090
/// date. Note that the expiration depends on the contract configuration
2091
- /// (c.f. [`Config::tee_upgrade_deadline_duration_seconds`]).
+ /// (c.f. [`dtos::Config::tee_upgrade_deadline_duration_seconds`]).
2092
pub fn allowed_docker_image_hashes(&self) -> Vec<dtos::AllowedMpcDockerImageHash> {
2093
let tee_upgrade_deadline_duration =
2094
Duration::from_secs(self.config.tee_upgrade_deadline_duration_seconds);
0 commit comments