diff --git a/ttl/src/lib.rs b/ttl/src/lib.rs index 4d1269b8..84212018 100644 --- a/ttl/src/lib.rs +++ b/ttl/src/lib.rs @@ -36,7 +36,7 @@ impl TtlContract { } /// Extend the temporary entry TTL to become at least 7000 ledgers, - /// when its TTL is smaller than 1000 ledgers. + /// when its TTL is smaller than 3000 ledgers. pub fn extend_temporary(env: Env) { env.storage() .temporary()