summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-02-16 20:57:55 +0100
committerFlorian Dold <florian@dold.me>2023-02-16 20:57:55 +0100
commit9227c39b417f741f4b4332bec2bb0787d8379477 (patch)
treecd7b23b9f4e6d070cfc7529d576f0ec652fce8be /design-documents
parent7a35e8575907ec7cd120721d6a6ffbbd5fedcba3 (diff)
downloaddocs-9227c39b417f741f4b4332bec2bb0787d8379477.tar.gz
docs-9227c39b417f741f4b4332bec2bb0787d8379477.tar.bz2
docs-9227c39b417f741f4b4332bec2bb0787d8379477.zip
give-up -> abort-force
Diffstat (limited to 'design-documents')
-rw-r--r--design-documents/037-wallet-transactions-lifecycle.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/design-documents/037-wallet-transactions-lifecycle.rst b/design-documents/037-wallet-transactions-lifecycle.rst
index c499c28b..b1ce626d 100644
--- a/design-documents/037-wallet-transactions-lifecycle.rst
+++ b/design-documents/037-wallet-transactions-lifecycle.rst
@@ -87,7 +87,7 @@ or starts the necessary steps to actively abort the transaction (e.g. to avoid l
``[action:resume]``: Some aborted transactions may be resumed. Whether resuming is possible depends on the transaction type.
-``[action:give-up]``: Giving up puts an ``aborting`` transaction into the ``failed`` state.
+``[action:abort-force]``: Directly puts an ``aborting`` transaction into the ``failed`` state.
Transaction Type: Withdrawal
----------------------------
@@ -154,13 +154,13 @@ States and transitions:
* If purse is already merged: ``=> done``
* Otherwise: ``=> failed`` XXX: Do we still try to refresh?
- * ``[action:give-up] => failed``
+ * ``[action:abort-force] => failed``
* ``aborting(refresh)``
* ``[processed-success] => aborted)``: Refresh group finished. Aborting was successful, money was reclaimed
* ``[processed-failed] => failed)``: Refresh group failed to complete with a permanent error.
- * ``[action:give-up] => failed``: XXX will this abort the refresh session or just orphan it?
+ * ``[action:abort-force] => failed``: XXX will this abort the refresh session or just orphan it?
* ``done``