Skip to content

Commit

Permalink
Update docs/fundamentals-and-concepts/list-of-operations.mdx
Browse files Browse the repository at this point in the history
expand TTL acronym, point that `extendTo` is an absolute sequence number.

Co-authored-by: George <[email protected]>
  • Loading branch information
ElliotFriend and Shaptic authored Dec 19, 2023
1 parent caa5c5d commit 6fc1967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fundamentals-and-concepts/list-of-operations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ Soroban is currently live on Testnet, so this operation is only usable on Testne

:::

Extend the TTL of entries for Soroban smart contracts with the `ExtendFootprintTTLOp`. This operation Extends the TTL of the entries specified in the `readOnly` footprint so they will live at least `extendTo` ledgers from last closed ledger.
Extend the time to live of entries for Soroban smart contracts with the `ExtendFootprintTTLOp`. This operation extends the TTL of the entries specified in the `readOnly` footprint of the transaction so that they will live at least until the `extendTo` ledger sequence number is reached.

Note that Soroban transactions can only contain one operation per transaction.

Expand Down

0 comments on commit 6fc1967

Please sign in to comment.