Skip to content

Commit

Permalink
Update ttl/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Siddharth Suresh <[email protected]>
  • Loading branch information
dmkozh and sisuresh authored May 28, 2024
1 parent 4371488 commit 117e074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 117e074

Please sign in to comment.