From c7b108d3f4a328129c441e8e228dc69dfd695509 Mon Sep 17 00:00:00 2001 From: techdebt-99 <150741822+techdebt-99@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:46:46 -0700 Subject: [PATCH] Update sponsor-txn.mdx (#20392) ## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK: - [ ] REST API: --- docs/content/guides/developer/sui-101/sponsor-txn.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guides/developer/sui-101/sponsor-txn.mdx b/docs/content/guides/developer/sui-101/sponsor-txn.mdx index 298c00200882e..015e89d454d29 100644 --- a/docs/content/guides/developer/sui-101/sponsor-txn.mdx +++ b/docs/content/guides/developer/sui-101/sponsor-txn.mdx @@ -36,7 +36,7 @@ In this scenario, the sponsor has few restrictions on the type of transactions t - If the sponsor is a gasless wallet, it may agree to sponsor any valid transactions proposed by its users. - In the form of a reward or discount, the sponsor could offer the user a wildcard gas payment, expressly promising to execute any transactions with that gas payment. -A sponsored transaction is not restricted to these use cases. Essentially, a sponsored transaction is any transaction jointly made by the user and the sponsor. As long as the stakeholders can agree on the transaction details, then the number of possible ways to provide sponsored transactions is limited only by the imagination. Because at least two stakeholders are involved in a sponsored transaction, however, there are some [additional risks](#risk} that you should take steps to mitigate. +A sponsored transaction is not restricted to these use cases. Essentially, a sponsored transaction is any transaction jointly made by the user and the sponsor. As long as the stakeholders can agree on the transaction details, then the number of possible ways to provide sponsored transactions is limited only by the imagination. Because at least two stakeholders are involved in a sponsored transaction, however, there are some [additional risks](#risk) that you should take steps to mitigate. ## Sponsored transaction flow