From 75e0d3bf332e0f18235097587aa21c8574ca07cf Mon Sep 17 00:00:00 2001 From: Ramkumar SG Date: Mon, 19 Apr 2021 14:18:56 -0700 Subject: [PATCH] Update Flow diagrams --- content/_img-sources/ticket-creation.uxf | 8 ++++---- content/_img-sources/ticket-usage.uxf | 18 +++++++++--------- .../payment-system-basics/accounts/tickets.md | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/content/_img-sources/ticket-creation.uxf b/content/_img-sources/ticket-creation.uxf index bd0a719226..51f303bd1b 100644 --- a/content/_img-sources/ticket-creation.uxf +++ b/content/_img-sources/ticket-creation.uxf @@ -40,7 +40,7 @@ lt=. Account -- ID: rf1Bi... -*Sequence: 104* +*Sequence: 105* @@ -54,7 +54,7 @@ ID: rf1Bi... Ticket -- Account: rf1Bi... -Sequence: 101 +Sequence: 102 @@ -68,7 +68,7 @@ Sequence: 101 Ticket -- Account: rf1Bi... -Sequence: 102 +Sequence: 103 @@ -82,7 +82,7 @@ Sequence: 102 Ticket -- Account: rf1Bi... -Sequence: 103 +Sequence: 104 diff --git a/content/_img-sources/ticket-usage.uxf b/content/_img-sources/ticket-usage.uxf index f8cddf59d4..ab827f8058 100644 --- a/content/_img-sources/ticket-usage.uxf +++ b/content/_img-sources/ticket-usage.uxf @@ -24,7 +24,7 @@ lt=. Account -- ID: rf1Bi... -Sequence: 104 +Sequence: 105 @@ -38,7 +38,7 @@ Sequence: 104 Ticket -- Account: rf1Bi... -Sequence: 101 +Sequence: 102 @@ -52,7 +52,7 @@ Sequence: 101 Ticket -- Account: rf1Bi... -Sequence: 102 +Sequence: 103 @@ -66,7 +66,7 @@ Sequence: 102 Ticket -- Account: rf1Bi... -Sequence: 103 +Sequence: 104 @@ -82,7 +82,7 @@ transaction) -- Account: rf1Bi... Sequence: 0 -TicketSequence: 102 +TicketSequence: 103 ... @@ -121,7 +121,7 @@ used Account -- ID: rf1Bi... -Sequence: 104 +Sequence: 105 @@ -157,7 +157,7 @@ Sequence: 104 Ticket -- Account: rf1Bi... -Sequence: 101 +Sequence: 102 @@ -171,7 +171,7 @@ Sequence: 101 Ticket -- Account: rf1Bi... -Sequence: 103 +Sequence: 104 @@ -195,7 +195,7 @@ Sequence: 103 90 50 - Ticket 102 deleted + Ticket 103 deleted style=wordwrap diff --git a/content/concepts/payment-system-basics/accounts/tickets.md b/content/concepts/payment-system-basics/accounts/tickets.md index e43098bced..10fc4133c3 100644 --- a/content/concepts/payment-system-basics/accounts/tickets.md +++ b/content/concepts/payment-system-basics/accounts/tickets.md @@ -36,9 +36,9 @@ Tickets are numbered using the sequence numbers that were set aside to create th Later, you can send a transaction using a specific Ticket instead of a sequence number; doing so removes the corresponding Ticket from the ledger's state data and does not change your account's normal sequence number. You can also still send transactions using normal sequence numbers without using Tickets. You can use any of your available Tickets in any order at any time, but each Ticket can only be used once. -{{ include_svg("img/ticket-usage.svg", "Diagram: Using Ticket 102.") }} +{{ include_svg("img/ticket-usage.svg", "Diagram: Using Ticket 103.") }} -Continuing the above example, you can send a transaction using sequence number 105 or any of the three Tickets you created. If you send a transaction using Ticket 102, doing so deletes Ticket 102 from the ledger. Your next transaction after that can use sequence number 105, Ticket 103, or Ticket 104. +Continuing the above example, you can send a transaction using sequence number 105 or any of the three Tickets you created. If you send a transaction using Ticket 103, doing so deletes Ticket 103 from the ledger. Your next transaction after that can use sequence number 105, Ticket 102, or Ticket 104. **Caution:** Each Ticket counts as a separate item for the [owner reserve](reserves.html), so you must set aside 5 XRP for each Ticket. (The XRP becomes available again after you use the Ticket.) This cost can add up quickly if you create a large number of Tickets at once.