summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-04-23 12:57:09 +0200
committerChristian Grothoff <christian@grothoff.org>2023-04-23 12:57:09 +0200
commitca4502bec78da36db5b5e8f5e6fd5b3d01dfea48 (patch)
tree5dcffb9d0b5a97eb1376d30d68ece059df3633d1 /design-documents
parent615dc5fe65bb9db5ed831f3deb7d1e757ebaf06a (diff)
downloaddocs-ca4502bec78da36db5b5e8f5e6fd5b3d01dfea48.tar.gz
docs-ca4502bec78da36db5b5e8f5e6fd5b3d01dfea48.tar.bz2
docs-ca4502bec78da36db5b5e8f5e6fd5b3d01dfea48.zip
fix peer pull credit states
Diffstat (limited to 'design-documents')
-rw-r--r--design-documents/037-wallet-transactions-lifecycle.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/design-documents/037-wallet-transactions-lifecycle.rst b/design-documents/037-wallet-transactions-lifecycle.rst
index 66aeb16a..1570c4d1 100644
--- a/design-documents/037-wallet-transactions-lifecycle.rst
+++ b/design-documents/037-wallet-transactions-lifecycle.rst
@@ -977,9 +977,9 @@ TODO: Also specify variant where account reserve needs to be created / funded fi
* ``[failure:already-merged] => pending(withdraw)``: Too late to abort, the
other side already paid the invoice.
* ``[process-success] => aborted``: The wallet has deleted the purse.
- * ``[failure:other] => aborted``: The purse deletion failed; we are
+ * ``[failure:other] => failed``: The purse deletion failed; we are
nevertheless done.
- * ``[action:force-abort] => aborted``: Money may be lost if it was deposited
+ * ``[action:force-abort] => failed``: Money may be lost if it was deposited
into the purse in the meantime.
* ``aborted``