summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)``