From 117e07410f8e58f72f03f5ff3d5f424297aa1f5a Mon Sep 17 00:00:00 2001 From: Dmytro Kozhevin Date: Tue, 28 May 2024 14:07:52 -0400 Subject: [PATCH] Update ttl/src/lib.rs Co-authored-by: Siddharth Suresh --- ttl/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()