Skip to content

Commit

Permalink
Update the docs for extendTTL/restore ops to match the threshold chan…
Browse files Browse the repository at this point in the history
…ge. (#167)
  • Loading branch information
dmkozh committed Dec 1, 2023
1 parent 6a620d1 commit bb54e50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Stellar-transaction.x
Expand Up @@ -572,7 +572,7 @@ struct SorobanAuthorizationEntry
SorobanAuthorizedInvocation rootInvocation;
};

/* Upload WASM, create, and invoke contracts in Soroban.
/* Upload Wasm, create, and invoke contracts in Soroban.
Threshold: med
Result: InvokeHostFunctionResult
Expand All @@ -588,7 +588,7 @@ struct InvokeHostFunctionOp
/* Extend the TTL of the entries specified in the readOnly footprint
so they will live at least extendTo ledgers from lcl.
Threshold: med
Threshold: low
Result: ExtendFootprintTTLResult
*/
struct ExtendFootprintTTLOp
Expand All @@ -599,7 +599,7 @@ struct ExtendFootprintTTLOp

/* Restore the archived entries specified in the readWrite footprint.
Threshold: med
Threshold: low
Result: RestoreFootprintOp
*/
struct RestoreFootprintOp
Expand Down

0 comments on commit bb54e50

Please sign in to comment.