summaryrefslogtreecommitdiff
path: root/design-documents/037-wallet-transactions-lifecycle.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-17 15:17:07 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-17 15:17:07 +0100
commite26178d09d1cea5a56530b3d2033aaeeadc593c3 (patch)
tree562617ca58a726a18810ccbbdbe3b3e1c420af4e /design-documents/037-wallet-transactions-lifecycle.rst
parent0658090683706b2f80fdf1f808e4514c52850278 (diff)
downloaddocs-e26178d09d1cea5a56530b3d2033aaeeadc593c3.tar.gz
docs-e26178d09d1cea5a56530b3d2033aaeeadc593c3.tar.bz2
docs-e26178d09d1cea5a56530b3d2033aaeeadc593c3.zip
first comments
Diffstat (limited to 'design-documents/037-wallet-transactions-lifecycle.rst')
-rw-r--r--design-documents/037-wallet-transactions-lifecycle.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/design-documents/037-wallet-transactions-lifecycle.rst b/design-documents/037-wallet-transactions-lifecycle.rst
index d383f564..5280342e 100644
--- a/design-documents/037-wallet-transactions-lifecycle.rst
+++ b/design-documents/037-wallet-transactions-lifecycle.rst
@@ -474,6 +474,8 @@ TODO: Also specify variant where account reserve needs to be created / funded fi
* ``[action:abort] => aborted``: At this stage, it's safe to just abort.
+ CG: is this not 'suspend' (safe to resume!). Also, deletion transitions are missing.
+
* ``pending(wait-deposit)``
We're waiting for the other party to pay into the pre-merged purse.
@@ -518,7 +520,7 @@ Transaction Type: Peer Pull Debit
* ``[processed-success] => done``
* ``[action:abort] => aborting(refresh)``: Wallet tries to refresh coins
that were not already deposited. XXX Do we really always refresh even if no deposit
- attempt has been made yet?
+ attempt has been made yet? CG: only every refresh those coins that are dirty.
* ``aborting(refresh)``