summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-03-28 09:19:12 -0300
committerSebastian <sebasjm@gmail.com>2023-03-28 09:19:31 -0300
commit7a05eee174728c21aa622a8193b2d08c5f5eabf1 (patch)
tree9de5d100d11fed0965284e70a11ec4b28518c551 /design-documents
parent9fe004978be201c9622e810757816b3bdc87ff1d (diff)
downloaddocs-7a05eee174728c21aa622a8193b2d08c5f5eabf1.tar.gz
docs-7a05eee174728c21aa622a8193b2d08c5f5eabf1.tar.bz2
docs-7a05eee174728c21aa622a8193b2d08c5f5eabf1.zip
svg with scene
Diffstat (limited to 'design-documents')
-rw-r--r--design-documents/037-wallet-transactions-lifecycle.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/design-documents/037-wallet-transactions-lifecycle.rst b/design-documents/037-wallet-transactions-lifecycle.rst
index f3c12e5e..7eace858 100644
--- a/design-documents/037-wallet-transactions-lifecycle.rst
+++ b/design-documents/037-wallet-transactions-lifecycle.rst
@@ -106,8 +106,9 @@ of the two choices should be offered.
.. image:: ../transaction-common-states.svg
:width: 400
-Red label means end state, where it is safe to delete the transaction record since no work is due.
-Blue label means that the transaction will not change the state unless is resumed. Safe to cache.
+Boxed label means end state, where it is safe to delete the transaction record since no work is due.
+
+Blue arrows means mean user-triggered actions
Common pending sub-states
---------------------------------
@@ -297,7 +298,8 @@ something like that.
* ``deleted``
When a payment is deleted, associated refunds are always deleted with it
-
+
+
Transaction Type: Refund
------------------------