Skip to content

Commit bb54e50

Browse files
authored
Update the docs for extendTTL/restore ops to match the threshold change. (#167)
1 parent 6a620d1 commit bb54e50

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Stellar-transaction.x

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ struct SorobanAuthorizationEntry
572572
SorobanAuthorizedInvocation rootInvocation;
573573
};
574574

575-
/* Upload WASM, create, and invoke contracts in Soroban.
575+
/* Upload Wasm, create, and invoke contracts in Soroban.
576576
577577
Threshold: med
578578
Result: InvokeHostFunctionResult
@@ -588,7 +588,7 @@ struct InvokeHostFunctionOp
588588
/* Extend the TTL of the entries specified in the readOnly footprint
589589
so they will live at least extendTo ledgers from lcl.
590590
591-
Threshold: med
591+
Threshold: low
592592
Result: ExtendFootprintTTLResult
593593
*/
594594
struct ExtendFootprintTTLOp
@@ -599,7 +599,7 @@ struct ExtendFootprintTTLOp
599599

600600
/* Restore the archived entries specified in the readWrite footprint.
601601
602-
Threshold: med
602+
Threshold: low
603603
Result: RestoreFootprintOp
604604
*/
605605
struct RestoreFootprintOp

0 commit comments

Comments
 (0)