summaryrefslogtreecommitdiff
path: root/design-documents/037-wallet-transactions-lifecycle.rst
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-03-28 01:11:14 -0300
committerSebastian <sebasjm@gmail.com>2023-03-28 01:11:14 -0300
commitb49cf8236b14bc1abecbf2fef75ab04f1d752627 (patch)
treec41b13c35aa0d47bbd95335f9683bb7998b304b3 /design-documents/037-wallet-transactions-lifecycle.rst
parent118a3d0c590ee5da60a686d1bcb159a07e7bc5d7 (diff)
downloaddocs-b49cf8236b14bc1abecbf2fef75ab04f1d752627.tar.gz
docs-b49cf8236b14bc1abecbf2fef75ab04f1d752627.tar.bz2
docs-b49cf8236b14bc1abecbf2fef75ab04f1d752627.zip
adding aborted partially, after some coins are withdrawn
Diffstat (limited to 'design-documents/037-wallet-transactions-lifecycle.rst')
-rw-r--r--design-documents/037-wallet-transactions-lifecycle.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/design-documents/037-wallet-transactions-lifecycle.rst b/design-documents/037-wallet-transactions-lifecycle.rst
index d542dd9e..f3c12e5e 100644
--- a/design-documents/037-wallet-transactions-lifecycle.rst
+++ b/design-documents/037-wallet-transactions-lifecycle.rst
@@ -193,6 +193,12 @@ user. So special-casing this and testing this is IMO just not worth it.
In this state, the wallet should show to the user that the money from the withdrawal
reserve will be sent back to the originating bank account after ``$closing_delay``.
+* ``aborted(partially-withdrawn)``:
+
+ In this state, the wallet should show how much money arrived into the wallet
+ and the rest of the money will be sent back to the originating bank account
+ after ``$closing_delay``.
+
* ``done``
* ``[action:delete] => deleted``