Skip to content

Commit 8a797a4

Browse files
committed
update spec
1 parent 6c91ea1 commit 8a797a4

File tree

1 file changed

+8
-8
lines changed
  • XLS-0068-sponsored-fees-and-reserves

1 file changed

+8
-8
lines changed

XLS-0068-sponsored-fees-and-reserves/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -683,17 +683,17 @@ If there is no `Sponsor` field, or if the `tfSponsorReserve` flag is not include
683683

684684
### 10.2. Transaction Flags
685685

686-
| Flag Name | Value | Description |
687-
| ----------------------------------- | ------------ | ------------------------------------------------------------- |
688-
| `tfSponsorshipTransferToSponsee` | `0x00000001` | The sponsor is transferring the sponsorship to the sponsee. |
689-
| `tfSponsorshipTransferToSponsor` | `0x00000002` | The sponsee is transferring the sponsorship to the sponsor. |
690-
| `tfSponsorshipTransferToNewSponsor` | `0x00000004` | The sponsee is transferring the sponsorship to a new sponsor. |
686+
| Flag Name | Value | Description |
687+
| ----------------------- | ------------ | --------------------------------------------------------------------------------------------------------------------- |
688+
| `tfSponsorshipEnd` | `0x00000001` | The sponsor or sponsee is ending the sponsorship, transferring the responsibility of the reserve back to the sponsee. |
689+
| `tfSponsorshipCreate` | `0x00000002` | The sponsee is creating a new sponsored object, transferring the responsibility of the reserve to a sponsor. |
690+
| `tfSponsorshipReassign` | `0x00000004` | The sponsee is reassigning a sponsorship, transferring the responsibility of the reserve from one sponsor to another. |
691691

692692
### 10.3. Sponsorship Transfer Scenarios
693693

694694
#### 10.3.1. Transferring from Sponsor to Sponsee (Sponsored to Unsponsored)
695695

696-
This scenario ends the sponsorship for a sponsored ledger object or account. The sponsor and sponsee both have the right to end the relationship at any time. It is indicated by the `tfSponsorshipTransferToSponsee` flag.
696+
This scenario ends the sponsorship for a sponsored ledger object or account. The sponsor and sponsee both have the right to end the relationship at any time. It is indicated by the `tfSponsorshipEnd` flag.
697697

698698
The following fields indicate this scenario:
699699

@@ -704,7 +704,7 @@ The following fields indicate this scenario:
704704

705705
#### 10.3.2. Transferring from Sponsee to Sponsor (Unsponsored to Sponsored)
706706

707-
This scenario sponsors an object or account that was not previously sponsored. Only the sponsee can submit this transaction. It is indicated by the `tfSponsorshipTransferToSponsor` flag.
707+
This scenario sponsors an object or account that was not previously sponsored. Only the sponsee can submit this transaction. It is indicated by the `tfSponsorshipCreate` flag.
708708

709709
The following fields indicate this scenario:
710710

@@ -715,7 +715,7 @@ The following fields indicate this scenario:
715715

716716
#### 10.3.3. Transferring from Sponsor to New Sponsor
717717

718-
This scenario migrates the sponsorship for a sponsored object or account to a new sponsor. Only the sponsee can submit this transaction. It is indicated by the `tfSponsorshipTransferToNewSponsor` flag.
718+
This scenario migrates the sponsorship for a sponsored object or account to a new sponsor. Only the sponsee can submit this transaction. It is indicated by the `tfSponsorshipReassign` flag.
719719

720720
The following fields indicate this scenario:
721721

0 commit comments

Comments
 (0)