gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: fix peer pull credit states


From: gnunet
Subject: [taler-docs] branch master updated: fix peer pull credit states
Date: Sun, 23 Apr 2023 12:57:14 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new ca4502b  fix peer pull credit states
ca4502b is described below

commit ca4502bec78da36db5b5e8f5e6fd5b3d01dfea48
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Apr 23 12:57:09 2023 +0200

    fix peer pull credit states
---
 design-documents/037-wallet-transactions-lifecycle.rst | 4 ++--
 transaction-pull-credit-states.dot                     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/design-documents/037-wallet-transactions-lifecycle.rst 
b/design-documents/037-wallet-transactions-lifecycle.rst
index 66aeb16..1570c4d 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``
diff --git a/transaction-pull-credit-states.dot 
b/transaction-pull-credit-states.dot
index 82d02ab..7202a37 100644
--- a/transaction-pull-credit-states.dot
+++ b/transaction-pull-credit-states.dot
@@ -33,8 +33,8 @@ digraph G {
 
   aborting_delete->pending_withdraw [color="red", 
label="failure:already-merged"];
   aborting_delete->aborted;
-  aborting_delete->aborted [color="red", label="failure:other"];
-  aborting_delete->aborted [color="blue", label="force-abort"];
+  aborting_delete->failed [color="red", label="failure:other"];
+  aborting_delete->failed [color="blue", label="force-abort"];
 
   aborted->deleted [color="blue", label="delete"];
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]