From bb54e505f814386a3f45172e0b7e95b7badbe969 Mon Sep 17 00:00:00 2001 From: Dmytro Kozhevin Date: Fri, 1 Dec 2023 15:23:05 -0500 Subject: [PATCH] Update the docs for extendTTL/restore ops to match the threshold change. (#167) --- Stellar-transaction.x | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Stellar-transaction.x b/Stellar-transaction.x index c7f0f5e..87dd32d 100644 --- a/Stellar-transaction.x +++ b/Stellar-transaction.x @@ -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 @@ -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 @@ -599,7 +599,7 @@ struct ExtendFootprintTTLOp /* Restore the archived entries specified in the readWrite footprint. - Threshold: med + Threshold: low Result: RestoreFootprintOp */ struct RestoreFootprintOp