gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: fix box types


From: gnunet
Subject: [taler-docs] branch master updated: fix box types
Date: Sun, 09 Apr 2023 11:53:52 +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 c4c360f  fix box types
c4c360f is described below

commit c4c360fcf75c58af02e8671e7c4198c565a8f3ee
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Apr 9 11:53:50 2023 +0200

    fix box types
---
 transaction-refund-states.dot     | 6 +++---
 transaction-withdrawal-states.dot | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/transaction-refund-states.dot b/transaction-refund-states.dot
index 0becc9c..cde8dbd 100644
--- a/transaction-refund-states.dot
+++ b/transaction-refund-states.dot
@@ -5,9 +5,9 @@ digraph G {
   pending_ar[label="pending(user-accept)"];
   pending_me[label="pending(merchant)"];
   pending_re[label="pending(refresh)"];
-  suspended_in[label="suspended(lookup-refund)"];
-  suspended_me[label="suspended(merchant)"];
-  suspended_re[label="suspended(refresh)"];
+  suspended_in[label="suspended(lookup-refund)", shape="box"];
+  suspended_me[label="suspended(merchant)", shape="box"];
+  suspended_re[label="suspended(refresh)", shape="box"];
   done[label="done", shape="box"];
   deleted[label="deleted", shape="box"];
   failed[label="failed", shape="box"];
diff --git a/transaction-withdrawal-states.dot 
b/transaction-withdrawal-states.dot
index adfa61d..2aeffbd 100644
--- a/transaction-withdrawal-states.dot
+++ b/transaction-withdrawal-states.dot
@@ -6,7 +6,7 @@ digraph G {
   pending_bc[label="pending(bank-confirming)"];
   pending_ewr[label="pending(exchange-wait-reserve)"];
   pending_wc[label="pending(withdrawing-coins)"];
-  pending_kyc[label="pending(kyc)", shape="box"];
+  pending_kyc[label="pending(kyc)"];
   pending_aml[label="pending(aml)"];
   done[label="done", shape="box"];
   suspended_aw[label="suspended(after-wired)", shape="box"];

-- 
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]