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:59:20 +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 f3c8ef7  fix peer pull credit states
f3c8ef7 is described below

commit f3c8ef70bd3dc914c8e3d391405207108d2d9e72
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Apr 23 12:59:18 2023 +0200

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

diff --git a/design-documents/037-wallet-transactions-lifecycle.rst 
b/design-documents/037-wallet-transactions-lifecycle.rst
index 1570c4d..5d7d63a 100644
--- a/design-documents/037-wallet-transactions-lifecycle.rst
+++ b/design-documents/037-wallet-transactions-lifecycle.rst
@@ -1116,7 +1116,7 @@ Transaction Type: Peer Pull Debit
 
   * ``[processed-success] => aborted(refunded)``
   * ``[processed-failure] => aborting(refresh)``
-  * ``[action:force-abort] => aborted``
+  * ``[action:force-abort] => failed``
 
 * ``aborting(refresh)``
 
diff --git a/transaction-pull-debit-states.dot 
b/transaction-pull-debit-states.dot
index feec0fa..f545d3d 100644
--- a/transaction-pull-debit-states.dot
+++ b/transaction-pull-debit-states.dot
@@ -41,11 +41,11 @@ digraph G {
 
   aborting_refund->aborting_refresh;
   aborting_refund->aborting_refresh [color="red", label="failure"];
-  aborting_refund->aborted [color="blue", label="force-abort"];
+  aborting_refund->failed [color="blue", label="force-abort"];
 
   aborting_refresh->aborted;
   aborting_refresh->failed [color="red", label="failure"];
-  aborting_refresh->aborted [color="blue", label="force-abort"];
+  aborting_refresh->failed [color="blue", label="force-abort"];
 
   aborted->deleted [color="blue", label="delete"];
   failed->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]